You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "MetersToHA/apps/meters_to_ha/meters_to_ha.py", line 3428, in doWork
crawler.init()
File "MetersToHA/apps/meters_to_ha/meters_to_ha.py", line 523, in init
self.init_chromium()
File "MetersToHA/apps/meters_to_ha/meters_to_ha.py", line 699, in init_chromium
if log_level >= logging.WARNING:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>=' not supported between instances of 'str' and 'int'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "MetersToHA/apps/meters_to_ha/meters_to_ha.py", line 3428, in doWork
crawler.init()
File "MetersToHA/apps/meters_to_ha/meters_to_ha.py", line 523, in init
self.init_chromium()
File "MetersToHA/apps/meters_to_ha/meters_to_ha.py", line 699, in init_chromium
if log_level >= logging.WARNING:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>=' not supported between instances of 'str' and 'int'
The text was updated successfully, but these errors were encountered: