This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Cinabre
/
Minecraft-Notifier4Team
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Mise à jour de 'start.py'
master
TheBidouilleur
8 months ago
parent
1f2464eb4f
commit
e3cf7a96eb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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():