Changed tick interval to accept float
This commit is contained in:
		| @@ -16,7 +16,7 @@ RELEASEMODE = os.environ.get("RELEASEMODE", "dev") | |||||||
|  |  | ||||||
| DEVICE_ID = os.environ.get("DEVICE_ID", "devraspi") | DEVICE_ID = os.environ.get("DEVICE_ID", "devraspi") | ||||||
|  |  | ||||||
| TICK_INTERVAL = int(os.environ.get("TICK_INTERVAL", "3")) | TICK_INTERVAL = float(os.environ.get("TICK_INTERVAL", 0.4)) | ||||||
|  |  | ||||||
|  |  | ||||||
| TARGET_NAME = os.environ.get("TARGET_CLASS_NAME") | TARGET_NAME = os.environ.get("TARGET_CLASS_NAME") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user