mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:16:33 +00:00
fix auth, decryption, api interaction
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
from io import BytesIO
|
||||
|
||||
import main
|
||||
from main import ParsedArguments
|
||||
|
||||
|
||||
def start_server():
|
||||
args = ParsedArguments('admin@azaion.com', 'Az@1on1000Odm$n', 'stage', True)
|
||||
processor = main.CommandProcessor(args)
|
||||
|
||||
Reference in New Issue
Block a user