This website works better with JavaScript.
首頁
說明
登入
ben
/
copyvios
镜像来自
https://github.com/earwig/copyvios
關註
1
收藏
1
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Lol, infinite recursion errors.
pull/24/head
Ben Kurtovic
12 年之前
父節點
4257015b3c
當前提交
19d4e9b2d7
共有
1 個文件被更改
,包括
4 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
toolserver/misc.py
+ 4
- 1
toolserver/misc.py
查看文件
@@ -19,7 +19,10 @@ class Query(object):
return None
def __setattr__(self, key, value):
self.query[key] = value
if key == "query":
super(Query, self).__setattr__(key, value)
else:
self.query[key] = value
def open_sql_connection(bot, dbname):
Write
Preview
Loading…
取消
儲存