File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -83,19 +83,19 @@ def main(argv):
83
83
84
84
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!TO BE COMMENTED FOR OPERATIONS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
85
85
# Set parameter for Mysql database connection
86
- sqlConfig = {
87
- 'user' : 'HFRuserCP' ,
88
- 'password' : '!_kRIVAHYH2RLpmQxz_!' ,
89
- 'host' : '150.145.136.108' ,
90
- 'database' : 'HFR_node_db' ,
91
- }
92
- # !!!!!!!!!!!!!!!!!!!!!!!!!!!!TO BE UNCOMMENTED FOR OPERATIONS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
93
86
# sqlConfig = {
94
- # 'user': 'HFRuserHOORT ',
95
- # 'password': '!_Wga4JNtb8tCGyX]9_ !',
96
- # 'host': 'localhost ',
87
+ # 'user': 'HFRuserCP ',
88
+ # 'password': '!_kRIVAHYH2RLpmQxz_ !',
89
+ # 'host': '150.145.136.108 ',
97
90
# 'database': 'HFR_node_db',
98
91
# }
92
+ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!TO BE UNCOMMENTED FOR OPERATIONS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
93
+ sqlConfig = {
94
+ 'user' : 'HFRuserHOORT' ,
95
+ 'password' : '!_Wga4JNtb8tCGyX]9_!' ,
96
+ 'host' : 'localhost' ,
97
+ 'database' : 'HFR_node_db' ,
98
+ }
99
99
100
100
# Initialize error flag
101
101
EHNerr = False
You can’t perform that action at this time.
0 commit comments