Kaynağa Gözat

Minor logic fix

tags/v0.1^2
Ben Kurtovic 12 yıl önce
ebeveyn
işleme
97c1710acf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      earwigbot/commands/help.py

+ 1
- 1
earwigbot/commands/help.py Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet