comment logger out

This commit is contained in:
Johannes Wendel
2019-11-07 23:24:45 +01:00
parent 3bf3d5c22b
commit fe9624c7c8
2 changed files with 3 additions and 2 deletions

View File

@@ -97,8 +97,9 @@ def main():
path = "/tmp/"
in_path = path + "/S.flippR_driver.in"
out_path = path + "/S.flippR_driver.out"
print("Input path: " + in_path + " output path " + out_path )
networking = Networking(out_path, in_path)
print(networking)
create_menu()
main()
main()