isort+authfix
All checks were successful
Deploy to core / deploy (push) Successful in 1m36s

This commit is contained in:
2024-02-19 14:45:55 +03:00
parent b89060f15f
commit 6d3c0ee39e
18 changed files with 57 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
import sys
from os import environ
PORT = 8080
DB_URL = (
environ.get('DATABASE_URL', '').replace('postgres://', 'postgresql://')