Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
selfisch committed Oct 29, 2017
1 parent 0cb1f27 commit ce19d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
check_mouse = mouse.check_mouse()

# Threads definieren
source_led_thread = threading.Thread(name='source_led_thread', target=usbbtn.source_led_blink)
read_card_thread = threading.Thread(name='read_card', target=cardreader.read_card)
mouse_press_thread = threading.Thread(name='mouse_press', target=mouse.mouse_press)
button_press_thread = threading.Thread(name='button_press', target=usbbtn.button_press)
Expand Down

0 comments on commit ce19d51

Please sign in to comment.