mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
fix: add missing await keyword
This commit is contained in:
@@ -401,7 +401,7 @@ class KleinanzeigenBot(WebScrapingMixin):
|
||||
await self.handle_after_login_logic()
|
||||
|
||||
# Sometimes a second login is required
|
||||
if not self.is_logged_in():
|
||||
if not await self.is_logged_in():
|
||||
await self.fill_login_data_and_send()
|
||||
await self.handle_after_login_logic()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user