mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
fix loop typo
This commit is contained in:
+1
-1
@@ -485,7 +485,7 @@ if solar_conditions_enabled:
|
||||
if location_enabled:
|
||||
print(f"System: Location Telemetry Enabled")
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
loop = asyncio.new_event_loop()
|
||||
try:
|
||||
loop.run_forever(start_rx())
|
||||
finally:
|
||||
|
||||
+1
-1
@@ -322,7 +322,7 @@ def start_rx():
|
||||
# Hello World
|
||||
print ("\nMeshtastic Autoresponder MESH Bot CTL+C to exit\n")
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
loop = asyncio.new_event_loop()
|
||||
try:
|
||||
loop.run_forever(start_rx())
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user