changed debug stuff and so on hahah
This commit is contained in:
@@ -4,7 +4,7 @@ import argparse as ap
|
||||
from FlippR_Networking import Networking
|
||||
import keyboard
|
||||
|
||||
networking = Networking("/run/user/1000/S.flippR_driver.out", "/run/user/1000/S.flippR_driver.in")
|
||||
networking = "notset"
|
||||
|
||||
def create_menu():
|
||||
menu = CursesMenu("FlippR")
|
||||
@@ -85,7 +85,7 @@ def main():
|
||||
argparser.add_argument("input_socket", help="path to the input socket")
|
||||
args = argparser.parse_args()
|
||||
global networking
|
||||
#networking = Networking(args.output_socket, args.input_socket)
|
||||
networking = Networking(args.output_socket, args.input_socket)
|
||||
print(networking)
|
||||
create_menu()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user