From 901073f055af77a3576c7c6c63c9bcde897637d2 Mon Sep 17 00:00:00 2001 From: flifloo Date: Sun, 27 Oct 2019 13:44:18 +0100 Subject: [PATCH] Forgot comment in update_mc --- configuration.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.py b/configuration.py index da228e3..68b270f 100644 --- a/configuration.py +++ b/configuration.py @@ -49,6 +49,9 @@ mcq = None # Setup Query def update_mc(): + """ + Update Rcon and Query with configuration + """ global mcr, mcq mcr = MCRcon(conf["Server ip"], conf["Rcon passwd"], conf["Rcon port"]) mcq = MinecraftServer(conf["Server ip"], conf["Query port"])