Sfoglia il codice sorgente

Mise à jour de 'start.py'

master
TheBidouilleur 8 mesi fa
parent
commit
e3cf7a96eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      start.py

+ 1
- 1
start.py Vedi 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():