mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-28 12:22:26 -04:00
remove print statement
This commit is contained in:
parent
2ccb225a5f
commit
9e79eececc
1
main.py
1
main.py
@ -136,7 +136,6 @@ async def _ensure_activity():
|
|||||||
try:
|
try:
|
||||||
tz = pytz.timezone(opt.status_tz)
|
tz = pytz.timezone(opt.status_tz)
|
||||||
except pytz.exceptions.UnknownTimeZoneError:
|
except pytz.exceptions.UnknownTimeZoneError:
|
||||||
print(f'[!!] UnknownTimeZoneError: {opt.status_tz}')
|
|
||||||
await bot.change_presence(activity=discord.Game(name=status))
|
await bot.change_presence(activity=discord.Game(name=status))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user