Browse Source

Mise à jour de 'start.py'

master
TheBidouilleur 8 months ago
parent
commit
e3cf7a96eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      start.py

+ 1
- 1
start.py View File

@@ -1,7 +1,7 @@
from mcstatus import MinecraftServer
import time
from config import config
server = MinecraftServer.lookup(config['IP'] + str(config['PORT']))
server = MinecraftServer.lookup(config['IP'] + ':' + str(config['PORT']))
status = server.status()

def main():