Why this could be happening?
What does the log show ?
Sorry, false positive, I just noticed the problem is with data source of those graphs - earnings.py
[root@localhost ~]# python /root/earnings.py /storj
Traceback (most recent call last):
File "/root/earnings.py", line 278, in <module>
for data in con.execute(query):
sqlite3.OperationalError: no such column: disqualified
[root@localhost ~]#
I updated earnings.py and now it works. This topic can be closed / deleted.
