1
This commit is contained in:
parent
0010fbfd58
commit
5fb29f563c
@ -7,6 +7,7 @@ from tornado import ioloop
|
||||
from tornado import websocket
|
||||
|
||||
import virtualclient
|
||||
import metamgr
|
||||
|
||||
@gen.coroutine
|
||||
def createVirtualClient(account, ws_url):
|
||||
@ -14,6 +15,7 @@ def createVirtualClient(account, ws_url):
|
||||
|
||||
@gen.coroutine
|
||||
def main():
|
||||
metamgr.load()
|
||||
parser = OptionParser(usage="%prog [options]")
|
||||
parser.add_option("-a",
|
||||
"--accounts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user