Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run eror #27

Open
nvquangil opened this issue Jun 24, 2024 · 1 comment
Open

run eror #27

nvquangil opened this issue Jun 24, 2024 · 1 comment

Comments

@nvquangil
Copy link

D:\Python\telegram-blum-auto-main>python main.py
Traceback (most recent call last):
File "D:\Python\telegram-blum-auto-main\main.py", line 1, in
from utils.core import create_sessions, logger
File "D:\Python\telegram-blum-auto-main\utils\core_init_.py", line 2, in
from .register import create_sessions
File "D:\Python\telegram-blum-auto-main\utils\core\register.py", line 4, in
from data import config
File "D:\Python\telegram-blum-auto-main\data\config.py", line 3
API_HASH = 6dc8ac60680a7af7bc8803a76c37c728
^
SyntaxError: invalid decimal literal

D:\Python\telegram-blum-auto-main>

i use python 3.10

@gmixaOI
Copy link

gmixaOI commented Jun 24, 2024

API_HASH = 6dc8ac60680a7af7bc8803a76c37c728
use this line(line must be string)
API_HASH = '6dc8ac60680a7af7bc8803a76c37c728'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants