瀏覽代碼

Fix

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
b066be95d6
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      earwigbot/wiki/sitesdb.py

+ 2
- 2
earwigbot/wiki/sitesdb.py 查看文件

@@ -57,8 +57,8 @@ class SitesDB(object):
self.config = bot.config
self._logger = bot.logger.getChild("wiki")
self._sites = {} # Internal site cache
self._sitesdb = path.join(config.root_dir, "sites.db")
self._cookie_file = path.join(config.root_dir, ".cookies")
self._sitesdb = path.join(bot.config.root_dir, "sites.db")
self._cookie_file = path.join(bot.config.root_dir, ".cookies")
self._cookiejar = None

def _get_cookiejar(self):


Loading…
取消
儲存