[sysadmin-bin] s/range/accelerator



commit c60de2ce0cc87911e52acf10c44c052034a14454
Author: Andrea Veri <averi redhat com>
Date:   Thu May 16 19:11:34 2019 +0200

    s/range/accelerator

 rt4/rt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rt4/rt.py b/rt4/rt.py
index 106404b..5f98a57 100755
--- a/rt4/rt.py
+++ b/rt4/rt.py
@@ -104,7 +104,7 @@ if __name__ == "__main__":
     dbpass = f.readline ().strip ()
     f.close ()
 
-    connection = MySQLdb.connect ('range-back', 'rtstats', dbpass, 'rt4', use_unicode=True, charset='UTF8')
+    connection = MySQLdb.connect ('accelerator-back', 'rtstats', dbpass, 'rt4', use_unicode=True, 
charset='UTF8')
     cursor = connection.cursor ()
 
     for queue in QUEUES.keys():


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]