full-traceback-on-sawarning
All checks were successful
Deploy on push / deploy (push) Successful in 2m11s

This commit is contained in:
2024-02-25 00:06:54 +03:00
parent 6f11652320
commit 3097c33e44
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
from sqlalchemy import func, distinct, select, join
from sqlalchemy.orm import aliased
@@ -132,5 +131,6 @@ def query_follows(author_id: int):
}
except Exception as e:
import traceback
logger.debug(traceback.format_exc())
raise Exception(e)