Compare commits
2 Commits
5b36318cd4
...
bf2d3e4fd8
Author | SHA1 | Date |
---|---|---|
|
bf2d3e4fd8 | |
|
9fe12b767c |
|
@ -522,6 +522,7 @@ async def main(machine_specs):
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
last_used_config = None
|
||||||
await asyncio.sleep(5)
|
await asyncio.sleep(5)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue