From 54f4d447603266c2ab6e030e68eeb8d8bf05654a Mon Sep 17 00:00:00 2001 From: Dima YaFlay <93622229+YaFlay@users.noreply.github.com> Date: Sun, 21 Nov 2021 19:10:01 +0300 Subject: [PATCH] 1.0.2 Fixing some bugs --- ip_adress.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ip_adress.py b/ip_adress.py index 043ddfd..4524d01 100644 --- a/ip_adress.py +++ b/ip_adress.py @@ -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()