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