mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
a lil more info
This commit is contained in:
parent
ac4cb2ab7a
commit
a5c72eb424
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def update_icon(bot):
|
||||||
if r.status_code != 200:
|
if r.status_code != 200:
|
||||||
raise
|
raise
|
||||||
except:
|
except:
|
||||||
print("{} is down.".format(url))
|
print("{} is down - can't update icon for {}.".format(url, handle))
|
||||||
return
|
return
|
||||||
|
|
||||||
client = Mastodon(
|
client = Mastodon(
|
||||||
|
|
Loading…
Reference in a new issue