flaming-chameleon / telegram-blum-auto

BlumBot is a Telegram automation tool designed to help you manage and interact with BlumCryptoBot. This bot can create sessions, gather statistics, and automate tasks for your accounts.
https://t.me/hidden_coding
150 stars 59 forks source link

run eror #27

Open nvquangil opened 3 months ago

nvquangil commented 3 months ago

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 commented 3 months ago

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