This commit is contained in:
Jordan Eldredge 2018-07-07 12:18:09 -07:00
parent 533d205104
commit 461484774a

View file

@ -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):