From f5ff9259e821b3e2c10515c7cd806acfe91a314c Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:38:42 +0200 Subject: [PATCH] V5.3.6 --- core/base.py | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/base.py b/core/base.py index ce38702..776a253 100644 --- a/core/base.py +++ b/core/base.py @@ -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, diff --git a/version.json b/version.json index 3334497..0e29c03 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "5.3.5" + "version": "5.3.6" } \ No newline at end of file