From ce965605ce1329b7d060f709281700da66c22759 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 13 Nov 2018 12:00:42 +1000 Subject: [PATCH] removed debug message --- config.json | 2 +- main.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json b/config.json index 6b9b611..ab4bb6f 100644 --- a/config.json +++ b/config.json @@ -1 +1 @@ -{"site":"https://botsin.space"} +{"site":"https://botsin.space"} \ No newline at end of file diff --git a/main.py b/main.py index fe4afd7..cd57219 100755 --- a/main.py +++ b/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()