create-all-tables-fix2
All checks were successful
Deploy on push / deploy (push) Successful in 1m35s

This commit is contained in:
Untone 2024-10-15 19:52:12 +03:00
parent 63ebf3af2d
commit 045d2ddadf
2 changed files with 4 additions and 1 deletions

View File

@ -42,3 +42,6 @@ multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
line_length = 120
[tool.ruff]
line-length = 120

View File

@ -68,7 +68,7 @@ class ViewedStorage:
if not os.path.exists(viewfile_path):
logger.warning(" * views.json not found")
return
logger.info(f" * loading views from {viewfile_path}")
try:
start_date_int = os.path.getmtime(viewfile_path)