From 05ce0fc4bce1cc6f9dbb95079ef131771c8e8371 Mon Sep 17 00:00:00 2001 From: deflax Date: Sun, 18 Mar 2018 14:54:20 +0200 Subject: [PATCH] change motd --- proxmaster.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/proxmaster.py b/proxmaster.py index 28410e5..11cf68f 100644 --- a/proxmaster.py +++ b/proxmaster.py @@ -14,16 +14,12 @@ import plugin config = ioconfig.parser logger = ioconfig.logger - def welcome(): - """displays motd in log as welcome message""" - logger.info('# proxmaster ][ (c) 2015-2017 deflax.net #') - + logger.info('# proxmaster ][ (c) 2015-2018 deflax.net #') def selector(fn, req): """ try to exec commands """ json = req.context['doc'] - #print(json) apipass = json['apikey'] if apipass != config.get('general', 'apipass'): status = falcon.HTTP_403