Basic Metadata mechanism in python

This commit is contained in:
Ozzie Isaacs
2021-07-05 18:55:54 +02:00
parent 430ccd9ab1
commit 94da61c57e
5 changed files with 149 additions and 4 deletions

View File

@@ -148,6 +148,8 @@ def get_timezone():
user = getattr(g, 'user', None)
return user.timezone if user else None
from . import search_metadata
from .updater import Updater
updater_thread = Updater()
updater_thread.start()