Imported pyngrok.conf as ngrok_conf

This commit is contained in:
sTiKyt 2020-06-11 12:56:56 +03:00
parent dce3fe7956
commit 4259169598
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -12,7 +12,7 @@ from time import sleep as wait
from os import path, system, chmod, stat, mkdir, remove, chdir, replace, getuid
from shutil import rmtree, copyfile
from pathlib import Path as pathlib_Path
from pyngrok import ngrok
from pyngrok import conf as ngrok_conf, ngrok
import re as regular_expression
import getpass, base64, socket, requests
import platform