mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-22 08:11:26 +00:00
add time interval
This commit is contained in:
parent
6e34bc0a8a
commit
cc51cf4dbe
|
@ -130,8 +130,9 @@ def get_new_posts():
|
|||
print(Style.RESET_ALL)
|
||||
continue
|
||||
print("Posting... ", post.url)
|
||||
# toot(post.url, post.caption)
|
||||
toot(post.url, post.caption)
|
||||
mark_as_posted(str(post.url))
|
||||
time.sleep(5)
|
||||
else:
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue