Update cmd-v0.1.py

This commit is contained in:
Jonas_Jones 2022-01-30 22:03:36 +01:00 committed by GitHub
parent ae67818060
commit dfb4c314a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,6 @@ from time import sleep
ip = input("Please Enter server IP: ")
port = input("Enter Port (press enter for default port 25565): ")
#temporary variable def
ip = "simp.ztereohype.codes"
if port == "":
port = "25565"