Fixed missing await

This commit is contained in:
markus 2022-11-14 16:15:23 +01:00 committed by Scott Wallace
parent 52164d283a
commit f583af7e4f
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -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()