Fix typos
This commit is contained in:
parent
49b0296967
commit
3abe7470e7
@ -2,7 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import argparse
|
||||
from vmmgr import Config, VMMgr
|
||||
from vmmgr import Config, LXCMgr, VMMgr
|
||||
|
||||
parser = argparse.ArgumentParser(description='VM application manager')
|
||||
subparsers = parser.add_subparsers()
|
||||
|
@ -21,5 +21,5 @@ NGINX_DIR = '/etc/nginx/conf.d'
|
||||
REPO_FILE = '/etc/apk/repositories'
|
||||
|
||||
# URLs
|
||||
MYUP_URL = 'https://tools.dasm.cz/myip.php'
|
||||
MYIP_URL = 'https://tools.dasm.cz/myip.php'
|
||||
PING_URL = 'https://tools.dasm.cz/vm-ping.php'
|
||||
|
Loading…
Reference in New Issue
Block a user