cli cange

This commit is contained in:
Johannes Wendel
2019-08-28 19:24:06 +02:00
parent bf3c25ca9a
commit f7fe4ffca2

View File

@@ -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()