Merge pull request #54 from adator85/dev

V5.3.6
This commit is contained in:
adator
2024-10-02 23:40:38 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -591,7 +591,7 @@ class Base:
)
'''
table_core_channel = '''CREATE TABLE IF NOT EXISTS core_channel (
table_core_channel = f'''CREATE TABLE IF NOT EXISTS {self.Config.table_channel} (
id INTEGER PRIMARY KEY AUTOINCREMENT,
datetime TEXT,
module_name TEXT,

View File

@@ -1,3 +1,3 @@
{
"version": "5.3.5"
"version": "5.3.6"
}