mirror of
https://github.com/Ground-Zerro/DomainMapper.git
synced 2025-12-10 01:47:18 +07:00
Update main.py
This commit is contained in:
5
main.py
5
main.py
@@ -144,7 +144,10 @@ def main():
|
|||||||
else:
|
else:
|
||||||
# Interactive service selection
|
# Interactive service selection
|
||||||
while True:
|
while True:
|
||||||
os.system('clear')
|
if os.name == 'nt': # Для пользователей Windows
|
||||||
|
os.system('cls') # Очистить экран
|
||||||
|
else:
|
||||||
|
os.system('clear')
|
||||||
print("Выберите сервисы:\n")
|
print("Выберите сервисы:\n")
|
||||||
print("0 - Отметить все")
|
print("0 - Отметить все")
|
||||||
for idx, (service, url) in enumerate(urls.items(), 1):
|
for idx, (service, url) in enumerate(urls.items(), 1):
|
||||||
|
|||||||
Reference in New Issue
Block a user