mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-03-12 21:44:52 +00:00
up
This commit is contained in:
parent
afee97f911
commit
11244fa14c
@ -1,4 +1,4 @@
|
|||||||
from os import system
|
from os import system, mkdir
|
||||||
from db import *
|
from db import *
|
||||||
|
|
||||||
from verify import *
|
from verify import *
|
||||||
@ -21,7 +21,7 @@ if op == "1":
|
|||||||
type = input("Тип: ")
|
type = input("Тип: ")
|
||||||
|
|
||||||
# Создаём папку и ключи для подписи
|
# Создаём папку и ключи для подписи
|
||||||
system(f"mkdir mysites/{domain}")
|
mkdir(f"mysites/{domain}")
|
||||||
key_gen(f"mysites/{domain}")
|
key_gen(f"mysites/{domain}")
|
||||||
|
|
||||||
if type == "1":
|
if type == "1":
|
||||||
|
Loading…
Reference in New Issue
Block a user