Added one more None check

This commit is contained in:
Profitroll 2022-12-21 15:23:36 +01:00
parent a906c0a1cc
commit 6874268154

View File

@ -50,6 +50,7 @@ async def any_stage(app, msg):
return return
if msg.text is not None:
await holo_user.application_next(msg.text, msg=msg) await holo_user.application_next(msg.text, msg=msg)
# user_stage = configGet("stage", file=str(msg.from_user.id)) # user_stage = configGet("stage", file=str(msg.from_user.id))