Fix typos

This commit is contained in:
Disassembler 2019-02-14 22:13:15 +01:00
parent 49b0296967
commit 3abe7470e7
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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'