Quoorex / minecraft-server-eu-bot

A voting bot for Minecraft-Server.eu. Supports proxies and multiple servers and usernames to vote for.
GNU General Public License v3.0
10 stars 6 forks source link

Syntax Error in main.py line 56 #1

Closed SecretUser001 closed 4 years ago

SecretUser001 commented 4 years ago

File "main.py", line 56 profile.set_preference(f"network.proxy.{p_type}", host) °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°^ SyntaxError: invalid syntax

(Ignore °)

Quoorex commented 4 years ago

That error probably shows up because you aren't using Python 3.6 or higher.

Quoorex commented 4 years ago

Also make sure that you installed the pipenv with pipenv install and have it enabled by running pipenv shell. After that you can start the program with python main.py