mirror of
https://github.com/yawaflua/Minecraft_server_creating-BETA-.git
synced 2026-04-25 00:50:47 +03:00
1.0.2
Fixing some bugs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import socket
|
||||
import os
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user