Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #111 from KrazyKirby99999/fix-110
Browse files Browse the repository at this point in the history
fix: 🚨 Tests show DeprecationWarning: There is no current event loop
  • Loading branch information
KrazyKirby99999 authored Dec 28, 2021
2 parents 911816d + 834ea00 commit e95148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplematrixbotlib/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def run(self):
"""

asyncio.get_event_loop().run_until_complete(self.main())
asyncio.run(self.main())

0 comments on commit e95148d

Please sign in to comment.