Skip to content

Commit

Permalink
fix: device list is not properly used
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Aug 3, 2024
1 parent f033a07 commit 1824bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modpoll/modbus_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def parse_config(csv_reader) -> list:


def load_config(file) -> bool:
global deviceList
try:
with requests.Session() as s:
response = s.get(file)
Expand Down

0 comments on commit 1824bed

Please sign in to comment.