mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-23 01:46:14 +00:00
disable unused fct
This commit is contained in:
@@ -63,10 +63,6 @@ class Database:
|
||||
def convert_datetime_to_string(date: datetime):
|
||||
return date.replace(tzinfo=pytz.UTC).isoformat(timespec='seconds', sep=" ")
|
||||
|
||||
@staticmethod
|
||||
def update_callback():
|
||||
Database.callback_fct()
|
||||
|
||||
@staticmethod
|
||||
def set_db_callback(callbackfct):
|
||||
Database.callback_fct = callbackfct
|
||||
|
||||
Reference in New Issue
Block a user