Exception in thread Thread-5 (auto_update_index):
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
[2024-07-23 10:20:58.969683] SBOLExplorer started :)
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/sophia/git_repo/SBOLExplorer/flask/explorer.py", line 39, in auto_update_index
if utils.get_config()['autoUpdateIndex'] and utils.get_config()['updateTimeInDays'] > 0:
TypeError: '>' not supported between instances of 'str' and 'int'
Exception in thread Thread-5 (auto_update_index): Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner [2024-07-23 10:20:58.969683] SBOLExplorer started :)
File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/sophia/git_repo/SBOLExplorer/flask/explorer.py", line 39, in auto_update_index if utils.get_config()['autoUpdateIndex'] and utils.get_config()['updateTimeInDays'] > 0: TypeError: '>' not supported between instances of 'str' and 'int'