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