removed debug message
This commit is contained in:
parent
537dd7993b
commit
ce965605ce
2 changed files with 1 additions and 2 deletions
1
main.py
1
main.py
|
@ -171,7 +171,6 @@ for f in following:
|
|||
else:
|
||||
print("Mastodon instance detected")
|
||||
uri = "{}&min_id={}".format(uri, last_toot)
|
||||
print(uri)
|
||||
r = requests.get(uri)
|
||||
j = r.json()
|
||||
|
||||
|
|
Loading…
Reference in a new issue