mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Finish web UI for submitting spots. Closes #29
This commit is contained in:
@@ -30,7 +30,8 @@ class HTTPSpotProvider(SpotProvider):
|
||||
thread.start()
|
||||
|
||||
def stop(self):
|
||||
self.poll_timer.cancel()
|
||||
if self.poll_timer:
|
||||
self.poll_timer.cancel()
|
||||
|
||||
def poll(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user