Sfoglia il codice sorgente

Forgot an import.

pull/15/head
Ben Kurtovic 8 anni fa
parent
commit
6cb656908b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      commands/stars.py

+ 1
- 1
commands/stars.py Vedi File

@@ -21,7 +21,7 @@
# SOFTWARE.

from json import loads
from urllib2 import urlopen
from urllib2 import urlopen, HTTPError

from earwigbot.commands import Command



Caricamento…
Annulla
Salva