throwing update function into infinite loop with super rough exception logging
This commit is contained in:
@@ -35,6 +35,7 @@ class MTA(object):
|
||||
|
||||
def start_updates(self):
|
||||
print("starting updates")
|
||||
raise Exception("Testing failure case")
|
||||
loop = asyncio.new_event_loop()
|
||||
asyncio.set_event_loop(loop)
|
||||
loop.run_until_complete(self._get_updates())
|
||||
|
||||
Reference in New Issue
Block a user