Print MYSQL Data Array
This commit is contained in:
parent
6e0ec479b9
commit
37e2ea9488
@ -69,6 +69,7 @@ class DB_Mysql():
|
||||
checkin_times = {}
|
||||
total_shares = 0
|
||||
best_diff = 0
|
||||
log.debug(data)
|
||||
|
||||
for k, v in enumerate(data):
|
||||
# for database compatibility we are converting our_worker to Y/N format
|
||||
|
||||
@ -29,7 +29,8 @@ class DB_Mysql_Vardiff(DB_Mysql.DB_Mysql):
|
||||
checkin_times = {}
|
||||
total_shares = 0
|
||||
best_diff = 0
|
||||
|
||||
log.debug(data)
|
||||
|
||||
for k, v in enumerate(data):
|
||||
# for database compatibility we are converting our_worker to Y/N format
|
||||
if v[5]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user