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,4 +1,5 @@
|
|||||||
import socket
|
import socket
|
||||||
|
import os
|
||||||
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 = open('C:/Python/Project/tg_bot/files/received/my_ip.txt', 'r')
|
||||||
ip_adress = ip.read()
|
ip_adress = ip.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user