mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-01-19 01:18:48 +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 verify import *
|
||||
@ -21,7 +21,7 @@ if op == "1":
|
||||
type = input("Тип: ")
|
||||
|
||||
# Создаём папку и ключи для подписи
|
||||
system(f"mkdir mysites/{domain}")
|
||||
mkdir(f"mysites/{domain}")
|
||||
key_gen(f"mysites/{domain}")
|
||||
|
||||
if type == "1":
|
||||
|
Loading…
Reference in New Issue
Block a user