we do not have server stats checks so this does not make sende

This commit is contained in:
Matthias 2022-05-15 18:08:42 +02:00
parent 9e590c1bc6
commit 45d70737bd
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -133,7 +133,6 @@ class PluginsRegistry:
if retry_counter <= 0: # pragma: no cover
if settings.PLUGIN_TESTING:
print('[PLUGIN] Max retries, breaking loading')
# TODO error for server status
break
if settings.PLUGIN_TESTING:
print(f'[PLUGIN] Above error occured during testing - {retry_counter}/{settings.PLUGIN_RETRY} retries left')