cli cange
This commit is contained in:
@@ -84,7 +84,7 @@ def main():
|
||||
argparser.add_argument("output_socket", help="path to the output socket")
|
||||
argparser.add_argument("input_socket", help="path to the input socket")
|
||||
args = argparser.parse_args()
|
||||
print(networking)
|
||||
global networking
|
||||
networking = Networking(args.output_socket, args.input_socket)
|
||||
print(networking)
|
||||
create_menu()
|
||||
|
||||
Reference in New Issue
Block a user