tox fixes

This commit is contained in:
blitzman
2017-02-26 00:44:37 -05:00
parent db4e5e05a4
commit 1c273210e9
7 changed files with 23 additions and 60 deletions

View File

@@ -1,6 +1,5 @@
# noinspection PyPackageRequirements
import wx
import thread
from logbook import Logger
import threading
import copy

View File

@@ -23,9 +23,11 @@ from xml.dom import minidom
from eos import db
from service.network import Network, TimeoutError
from logbook import Logger
pyfalog = Logger(__name__)
from service.fit import Fit
from logbook import Logger
pyfalog = Logger(__name__)
VALIDITY = 24 * 60 * 60 # Price validity period, 24 hours
REREQUEST = 4 * 60 * 60 # Re-request delay for failed fetches, 4 hours