Update
This commit is contained in:
@@ -3,7 +3,7 @@ import argparse
|
||||
import logging
|
||||
import sys
|
||||
|
||||
from client.command import AbstractCommand
|
||||
from client import command as cmd
|
||||
|
||||
|
||||
def main():
|
||||
@@ -18,7 +18,7 @@ def main():
|
||||
logging.basicConfig(level=logging.ERROR - (10 * arguments.verbose))
|
||||
logging.debug("Arguments: %s", arguments)
|
||||
|
||||
command = AbstractCommand.create(arguments.command, arguments.URI, arguments.port)
|
||||
command = cmd.create(arguments.command, arguments.URI, arguments.port)
|
||||
command.execute()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user