Skip to content

Commit

Permalink
removed timeloop
Browse files Browse the repository at this point in the history
  • Loading branch information
pajikos authored Mar 7, 2024
1 parent daf7e0d commit 077b089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mqtt-switch2.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def gpio_factory(factory):
# GPIO setup
switch = LED(GPIO_ID, pin_factory=gpio_factory(GPIOZERO_PIN_FACTORY))

# Timeloop for scheduled tasks
tl = Timeloop()
last_call = None

class ScheduledTask:
Expand Down

0 comments on commit 077b089

Please sign in to comment.