Now supports both commands & fixed test

This commit is contained in:
Theagainmen
2020-06-10 16:55:47 +02:00
committed by Matthias
parent 043397c5d7
commit 8c9dea988c
2 changed files with 5 additions and 8 deletions

View File

@@ -95,10 +95,8 @@ class Telegram(RPC):
CommandHandler('performance', self._performance),
CommandHandler('daily', self._daily),
CommandHandler('count', self._count),
#CommandHandler('reload_conf', self._reload_config),
CommandHandler(('reload_config' or 'reload_conf'), self._reload_config),
#CommandHandler('show_conf', self._reload_config),
CommandHandler('show_config' or 'show_conf', self._show_config),
CommandHandler(['reload_config', 'reload_conf'], self._reload_config),
CommandHandler(['show_config', 'show_conf'], self._show_config),
CommandHandler('stopbuy', self._stopbuy),
CommandHandler('whitelist', self._whitelist),
CommandHandler('blacklist', self._blacklist),