chore: update base application package dependencies and configuration files

This commit is contained in:
bot 2025-01-27 13:13:26 +00:00
parent 421abd67f6
commit e4cc3df6b5
3 changed files with 5 additions and 4 deletions

Binary file not shown.

BIN
dist/app-1.0.0.tar.gz vendored

Binary file not shown.

View File

@ -23,6 +23,7 @@ def get_timestamp():
formatted_datetime = now.strftime("%Y-%m-%d %H:%M:%S") formatted_datetime = now.strftime("%Y-%m-%d %H:%M:%S")
return formatted_datetime return formatted_datetime
class BaseView(web.View): class BaseView(web.View):
@property @property