Clear last_used_config on error.
This commit is contained in:
parent
afa6a1f84e
commit
9fe12b767c
|
@ -508,6 +508,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