BugFixed command

This commit is contained in:
Dimitris Zlatanidis 2022-05-29 23:05:16 +03:00
parent 3f3b69f2d6
commit 83c99d50d0

View file

@ -770,7 +770,7 @@ class ArgParse(BlackList):
]
conf = Config()
if (len(self.args) == 2 and self.args[0] in options
and self.args[1] in options):
and self.args[1] in command):
if self.args[1] == command[0]:
conf.view()