mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
Implement basic API server
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# Provides a timed cleanup of the spot list.
|
||||
import logging
|
||||
from datetime import datetime, timedelta
|
||||
from threading import Timer
|
||||
@@ -7,6 +6,7 @@ from time import sleep
|
||||
import pytz
|
||||
|
||||
|
||||
# Provides a timed cleanup of the spot list.
|
||||
class CleanupTimer:
|
||||
|
||||
# Constructor
|
||||
|
||||
Reference in New Issue
Block a user