diff --git a/README.md b/README.md index a7e8149..02c7810 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,10 @@ this is a python script for windows that will make a minecraft server and can launch it. # requirements -windows 7 and up -python 3 at the moment not compiled into a small one click executable. +python 3 (Use pyinstaller release build to avoid needing to install python) +internet connection - duh -internet connection - -java imports: os, @@ -21,12 +18,7 @@ platform, re, uuid, json, -psutil, -logging. - -# bugs -subprocess opens windows files on none windows machine +psutil. -you can brick the server properties files by putting the wrong things in. ![Screenshot](3.jpg) \ No newline at end of file diff --git a/oldservermaker.py b/oldservermaker.py index 047f267..619c4d1 100644 --- a/oldservermaker.py +++ b/oldservermaker.py @@ -36,11 +36,11 @@ def versionfinder(): def getSystemRam(): - import platform,socket,re,uuid,json,psutil,logging + import platform,socket,re,uuid,json,psutil try: return int(round(psutil.virtual_memory().total / (1024.0 **3))) except Exception as e: - logging.exception(e) + print(e) def web(url): try: