mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Use a different name that doesnt cause collisions
This commit is contained in:
@@ -82,6 +82,6 @@ class AllianceUpdate():
|
|||||||
return self.__logger
|
return self.__logger
|
||||||
|
|
||||||
def job(self):
|
def job(self):
|
||||||
from eve_api.api_puller.alliances import __start_full_import
|
from eve_api.api_puller.alliances import __start_full_import as alliance_import
|
||||||
__start_full_import()
|
alliance_import()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user