Fixed missing await
This commit is contained in:
parent
52164d283a
commit
f583af7e4f
|
@ -268,4 +268,4 @@ class TmdbBot(Plugin):
|
|||
else:
|
||||
await self.send_help(evt)
|
||||
if self.api:
|
||||
self.api.close_session()
|
||||
await self.api.close_session()
|
||||
|
|
Loading…
Reference in a new issue