Fix more errors

This commit is contained in:
2023-01-19 21:57:14 +01:00
parent 7d6b53cd1d
commit f71ebe7a08
4 changed files with 4 additions and 7 deletions

View File

@ -13,9 +13,7 @@ def version_date():
"%d-%b-%Y %H:%m",
time.gmtime(
os.path.getmtime(
os.path.abspath(
os.path.join(settings.BASE_DIR, "..", "..", "pyproject.toml")
)
os.path.abspath(os.path.join(settings.BASE_DIR, "pyproject.toml"))
)
),
)