Fixed flake8
This commit is contained in:
parent
78eedc51de
commit
94917d0b98
|
@ -291,6 +291,6 @@ class TmdbBot(Plugin):
|
|||
await self.api.search_id(populars[str(requ)])
|
||||
await self.send_movie_info(evt, self.api)
|
||||
else:
|
||||
self.log.info(f"Not in reply to a known message")
|
||||
self.log.info("Not in reply to a known message")
|
||||
else:
|
||||
self.log.info(f"No reply")
|
||||
self.log.info("No reply")
|
||||
|
|
Loading…
Reference in a new issue