initial commit

This commit is contained in:
2024-11-16 20:36:38 +03:30
parent 375bea3552
commit 93ea1bbe65
3 changed files with 39 additions and 0 deletions

9
main.py Normal file
View File

@@ -0,0 +1,9 @@
import os
token = os.getenv("EITAAEAR_TOKEN")
if token:
print("Token received successfully!")
print("token is:", token)
else:
print("Token not found.")