Kunal Mehta hace 8 años
padre
commit
afed3b7d7e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      commands/stars.py

+ 3
- 0
commands/stars.py Ver fichero

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


Cargando…
Cancelar
Guardar