Kunal Mehta 8 lat temu
rodzic
commit
afed3b7d7e
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      commands/stars.py

+ 3
- 0
commands/stars.py Wyświetl plik

@@ -39,6 +39,9 @@ class Stars(Command):
return

repo = data.args[0]
if '/' not in repo:
# Assume we're talking about an Earwig repo
repo = 'earwig/' + repo
info = self.get_repo(repo)
if info is None:
self.reply(data, "Repository not found. Is it private?")


Ładowanie…
Anuluj
Zapisz