we do not have server stats checks so this does not make sende
This commit is contained in:
parent
9e590c1bc6
commit
45d70737bd
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue