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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: