Pārlūkot izejas kodu

Minor logic fix

tags/v0.1^2
Ben Kurtovic pirms 12 gadiem
vecāks
revīzija
97c1710acf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      earwigbot/commands/help.py

+ 1
- 1
earwigbot/commands/help.py Parādīt failu

@@ -40,7 +40,7 @@ class Command(BaseCommand):
def process(self, data):
if not data.command:
self.do_hello(data)
if data.args:
elif data.args:
self.do_command_help(data)
else:
self.do_main_help(data)


Notiek ielāde…
Atcelt
Saglabāt