mirror of
https://github.com/Justuser3310/jetwork.git
synced 2026-06-12 05:11:02 +00:00
up
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
from re import compile, sub
|
||||
|
||||
def domain_ok(domain):
|
||||
domains = ["jet", "jw", "404", "dash", "awesome"]
|
||||
domains = ["jet", "jw", "404", "dash", "awesome", "mirror"]
|
||||
|
||||
if domain.count(".") == 1:
|
||||
if domain.split(".")[1] in domains:
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ op = input(">> ")
|
||||
if op == "1":
|
||||
from domain_check import *
|
||||
|
||||
print("\nДомены: .jet, .jw, .404, .dash, .awesome")
|
||||
print("\nДомены: .jet, .jw, .404, .dash, .awesome, .mirror")
|
||||
domain = input("Домен сайта: ")
|
||||
if not domain_ok(domain):
|
||||
print("Неправильный формат или домен.")
|
||||
|
||||
Reference in New Issue
Block a user