From 80aea2069253c603b5b51f2f9e4d38eaa52ce21a Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 9 May 2021 23:59:46 +0800 Subject: [PATCH] Update index.py --- plugins/phpmyadmin/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index 9b22a8a7f..663198ddc 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -121,7 +121,7 @@ def start(): conf_tpl = getPluginDir() + '/conf/config.inc.php' centent = mw.readFile(conf_tpl) # centent = contentReplace(centent) - print mw.writeFile(conf_run, centent) + print(mw.writeFile(conf_run, centent)) mw.restartWeb() return 'ok'