This commit is contained in:
Matthias 2021-11-20 23:24:03 +01:00
parent 39648e545c
commit ad76812622
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -86,7 +86,7 @@ class Plugins:
self._activate_plugins(force_reload=True) self._activate_plugins(force_reload=True)
# we do not want to end in an endless loop # we do not want to end in an endless loop
retry_counter -=1 retry_counter -= 1
if retry_counter <= 0: if retry_counter <= 0:
if settings.PLUGIN_TESTING: if settings.PLUGIN_TESTING:
print('Max retries, breaking loading') print('Max retries, breaking loading')