mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-27 14:01:13 +00:00
Corrected typo
This commit is contained in:
parent
bfbe9704f7
commit
5e0fb1a9c3
2
twoot.py
2
twoot.py
|
@ -551,7 +551,7 @@ def main(argv):
|
||||||
logging.debug("Uploading video failed")
|
logging.debug("Uploading video failed")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
else: # Only upload pic if no video_file_listdeo was uploaded
|
else: # Only upload pic if no video was uploaded
|
||||||
# Upload photos
|
# Upload photos
|
||||||
for photo in tweet['photos']:
|
for photo in tweet['photos']:
|
||||||
media = False
|
media = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user