Call the proper method after refactoring was done.
This commit is contained in:
parent
b5d3bb83c9
commit
87eb8b21e6
@ -4,8 +4,8 @@ import sys
|
||||
import os
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
|
||||
from sync.accounts import sync_accounts
|
||||
import sync.accounts
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
sync_accounts()
|
||||
sync.accounts.main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user