Skip to content

Commit 3a3617f

Browse files
Update kaa_sentences.py
1 parent 5b3ff1a commit 3a3617f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kaa_sentences.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
from huggingface_hub import HfApi
55
from kaalin.converter import cyrillic2latin
66

7-
# Environment variables from GitHub Secrets
7+
88
api_id = int(os.environ.get("TG_API_ID"))
99
api_hash = os.environ.get("TG_API_HASH")
1010
phone = os.environ.get("TG_PHONE")
1111
hf_token = os.environ.get("HF_TOKEN")
1212
repo_id = "Ayperi/kaa_sentences"
1313

14-
# Local files
14+
1515
SESSION_FILE = "telegram_session.txt"
1616
LAST_ID_FILE = "last_message_id.json"
1717

0 commit comments

Comments
 (0)