fix token key

This commit is contained in:
2024-11-16 21:39:13 +03:30
parent e5828412fa
commit 264e2d6262
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import os
token = os.getenv("EITAAEAR_TOKEN")
token = os.getenv("EITAAYAR_TOKEN")
if token:
print("Token received successfully!")