mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Fix bool
This commit is contained in:
parent
533d205104
commit
461484774a
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ def main(dry):
|
|||
print("URL is no good. Aborting.")
|
||||
return
|
||||
|
||||
tweet_image(skin_name, md5, skin_url, screenshot_path, true)
|
||||
tweet_image(skin_name, md5, skin_url, screenshot_path, True)
|
||||
|
||||
|
||||
def tweet_image(skin_name, md5, skin_url, screenshot_path, double):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue