瀏覽代碼

Forgot an import.

pull/15/head
Ben Kurtovic 8 年之前
父節點
當前提交
6cb656908b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      commands/stars.py

+ 1
- 1
commands/stars.py 查看文件

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

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

from earwigbot.commands import Command



Loading…
取消
儲存