mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Folder for migrate
This commit is contained in:
parent
cd448cb001
commit
a5647b37e5
6 changed files with 218 additions and 64 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 .import_streams_from_xtream import import_streams_to_server
|
||||
from .import_subscribers_from_xtream import import_subscribers_to_server
|
||||
from migrate.xtream.subscribers import import_subscribers_to_server
|
||||
from migrate.xtream.streams import import_streams_to_server
|
||||
|
||||
PROJECT_NAME = 'import_streams_from_xtream'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue