Category rendering, DB columns refined.
This commit is contained in:
@@ -8,5 +8,6 @@ logger = logging.getLogger(__name__)
|
||||
BOT_TOKEN = os.getenv("BOT_TOKEN", "")
|
||||
|
||||
POSTGRES_URL = os.getenv(
|
||||
"POSTGRES_URL", "postgresql+asyncpg://postgres:postgres@localhost:5432/postgres"
|
||||
"POSTGRES_URL",
|
||||
"postgresql+asyncpg://postgres:HEXDEVFUCKINGSUCKS!@localhost:5432/postgres",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user