mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-02 06:13:46 +02:00
add retry for telegram message edits with tests and updated rate telegram limit
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
"""FastAPI application factory and configuration."""
|
||||
|
||||
import os
|
||||
|
||||
# Opt-in to future behavior for python-telegram-bot
|
||||
os.environ["PTB_TIMEDELTA"] = "1"
|
||||
|
||||
import logging
|
||||
from contextlib import asynccontextmanager
|
||||
from fastapi import FastAPI, Request
|
||||
|
||||
Reference in New Issue
Block a user