mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
lil more not broken
This commit is contained in:
parent
a5c72eb424
commit
8d89736373
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 - can't update icon for {}.".format(url, handle))
|
print("{} is down - can't update icon for {}.".format(url, bot['handle']))
|
||||||
return
|
return
|
||||||
|
|
||||||
client = Mastodon(
|
client = Mastodon(
|
||||||
|
|
Loading…
Reference in a new issue