Преглед на файлове

autoping and autoreconnect for site connections

tags/v0.1^2
Ben Kurtovic преди 12 години
родител
ревизия
d8ab0f3539
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. +6
    -0
      earwigbot/wiki/site.py

+ 6
- 0
earwigbot/wiki/site.py Целия файл

@@ -513,6 +513,12 @@ class Site(object):
if "read_default_file" not in args and "user" not in args and "passwd" not in args:
args["read_default_file"] = expanduser("~/.my.cnf")

if "autoping" not in args:
args["autoping"] = True

if "autoreconnect" not in args:
args["autoreconnect"] = True

self._sql_conn = oursql.connect(**args)

def name(self):


Зареждане…
Отказ
Запис