We want retry logic in the main loop of this program

This commit is contained in:
hornet 2022-10-09 21:32:14 -04:00
parent 593a71ec73
commit a8b98d131c

View File

@ -129,7 +129,7 @@ async def discoverDroid(retry=False):
async def main():
d = await discoverDroid()
d = await discoverDroid(retry=True)
try:
await d.connect()