mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-08-12 03:42:57 +02:00
Added Database cleanup feature to startdb.py
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ import traceback
|
|||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
SEQ_REGEX = re.compile(r"seq \d+")
|
SEQ_REGEX = re.compile(r"seq \d+")
|
||||||
SOFTWARE_RELEASE= "2.0.6 ~ 09-15-25"
|
SOFTWARE_RELEASE= "2.0.7 ~ 09-17-25"
|
||||||
CONFIG = config.CONFIG
|
CONFIG = config.CONFIG
|
||||||
|
|
||||||
env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())
|
env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())
|
||||||
|
|||||||
Reference in New Issue
Block a user