souravrs999/FaucetCryptoBot

Can you help me

Closed this issue · 3 comments

can you help me

Traceback (most recent call last):�[0m
�[0m File "C:\Users\user\Desktop\FaucetCryptoBot\bot.py", line 1, in
from FaucetCryptoBot import FaucetCryptoBot
�[0m�[0m File "C:\Users\user\Desktop\FaucetCryptoBot\FaucetCryptoBot_init_.py", line 1, in
from .fcbot import FaucetCryptoBot
�[0m�[0m File "C:\Users\user\Desktop\FaucetCryptoBot\FaucetCryptoBot\fcbot.py", line 7, in
from .config import *
�[0m�[0m File "C:\Users\user\Desktop\FaucetCryptoBot\FaucetCryptoBot\config.py", line 2
�[0m�[0m USER_DATA_DIR = C:\Users\user\Desktop\FaucetCryptoBot/data"
�[0m�[0m ^
�[0m�[0mSyntaxError: invalid syntax
�[0m�[0m

The issue is caused by the path windows might not recognise the forward slash try changing the path to something like below

Example:
"C:\\Users\\user\\Desktop\\FaucetCryptoBot\\data"; "user-data-dir=C:\\Users\\myusername\\Desktop\\User Data"

Escape characters should be added to the path string.
Also try not to change anything within the class insted change it inside the config file that way you can fix it if something gets messed up.