Assign original reg, remove whitespace

This commit is contained in:
Jxck-S 2020-08-16 22:27:29 -04:00
parent d171b42c32
commit d5ff48fcfa
1 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@ geo_alt_m = None
running_Count = 0
callsign = None
takeoff_time = None
reg = None
#Begin Looping program
while True:
running_Count += 1