Clear last_used_config on error.

This commit is contained in:
empresa 2025-09-10 00:56:15 +07:00
parent afa6a1f84e
commit 9fe12b767c
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ async def main(machine_specs):
except Exception as e:
print(e)
last_used_config = None
await asyncio.sleep(5)
if __name__ == "__main__":