Skip to content
Snippets Groups Projects
Commit e352b062 authored by Philipp Jonas Krieg's avatar Philipp Jonas Krieg
Browse files

removed while(True) loop

parent c9ac7259
No related branches found
No related tags found
1 merge request!29Finished Communication Logic
......@@ -14,8 +14,4 @@ def fotina():
keyboard = Controller()
keyboard.press(Key.enter)
keyboard.release(Key.enter)
while 1 == 1:
fotina()
time.sleep(10)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment