Skip to content

Commit

Permalink
import satellite config every loop
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Feb 12, 2023
1 parent 9bc291a commit e406163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autowx2_functions.py
Expand Up @@ -680,7 +680,7 @@ def mainLoop():
while True:

# each loop - reads the config file in case it has changed
# from autowx2_conf import * # configuration
from autowx2_conf import satellitesData, scriptToRunInFreeTime

# recalculate table of next passes
passTable = genPassTable(satellites, qth)
Expand Down

0 comments on commit e406163

Please sign in to comment.