my id
This commit is contained in:
parent
bf8d1f86de
commit
8b9d66f9be
|
@ -7,9 +7,7 @@ from app.constants import *
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
tg = {
|
tg = {38: 198225670}
|
||||||
38: '@aarizona'
|
|
||||||
}
|
|
||||||
TOKEN = "7102273461:AAGi8RXCEvns2ONu3RcG9Up973vcLzTdCJg"
|
TOKEN = "7102273461:AAGi8RXCEvns2ONu3RcG9Up973vcLzTdCJg"
|
||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
|
|
Loading…
Reference in New Issue