mirror of
https://github.com/yawaflua/Minecraft_server_creating-BETA-.git
synced 2025-12-10 12:29:26 +02:00
1.0.2
Fixing some bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import socket
|
||||
if os.path.isfile('C:/Python/Project/tg_bot/files/received/my_ip.txt):
|
||||
if os.path.isfile('C:/Python/Project/tg_bot/files/received/my_ip.txt'):
|
||||
ip = open('C:/Python/Project/tg_bot/files/received/my_ip.txt', 'r')
|
||||
ip_adress = ip.read()
|
||||
HOST = ip_adress # Standard loopback interface address (localhost)
|
||||
|
||||
Reference in New Issue
Block a user