mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Review
This commit is contained in:
parent
10923094c6
commit
2db95e299e
3 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ import mysql.connector
|
|||
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
from app.service.service import ServiceSettings
|
||||
from .migrate.xtream.subscribers import import_subscribers_to_server
|
||||
from .migrate.xtream.streams import import_streams_to_server
|
||||
from scripts.migrate.xtream.subscribers import import_subscribers_to_server
|
||||
from scripts.migrate.xtream.streams import import_streams_to_server
|
||||
|
||||
PROJECT_NAME = 'import_streams_from_xtream'
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import mysql.connector
|
|||
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
from app.service.service import ServiceSettings
|
||||
from .migrate.xtream.streams import import_streams_to_server
|
||||
from scripts.migrate.xtream.streams import import_streams_to_server
|
||||
|
||||
PROJECT_NAME = 'import_streams_from_xtream'
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ from app.service.service import ServiceSettings
|
|||
|
||||
PROJECT_NAME = 'import_subscribers_from_xtream'
|
||||
|
||||
from .migrate.xtream.subscribers import import_subscribers_to_server
|
||||
from scripts.migrate.xtream.subscribers import import_subscribers_to_server
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser(prog=PROJECT_NAME, usage='%(prog)s [options]')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue