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
After setting callback events, the below error will emitted:
Exception in thread Thread-8:
Traceback (most recent call last):
File "threading.pyc", line 926, in _bootstrap_inner
File "threading.pyc", line 870, in run
File "app/base/application.pyc", line 374, in t_event_execute
AttributeError: 'Config' object has no attribute 'process_timeout'
It's maybe due to app/config.py doesn't have a process_timeout attribute.
The text was updated successfully, but these errors were encountered:
futurist
added a commit
to futurist/UnlockerX
that referenced
this issue
Nov 3, 2022
After setting callback events, the below error will emitted:
It's maybe due to
app/config.py
doesn't have aprocess_timeout
attribute.The text was updated successfully, but these errors were encountered: