change c_time to m_time based on their releases for mmdb

This commit is contained in:
Nicholas St. Germain 2019-01-11 23:47:54 -06:00
parent 4b7f789875
commit 9967cefb54

View file

@ -10,6 +10,7 @@ from os.path import isdir, abspath, dirname, join
from argparse import ArgumentParser, RawTextHelpFormatter
from logging import getLogger, StreamHandler, Formatter, DEBUG
from varken import structures # Needed to check version of python
from varken.ombi import OmbiAPI
from varken.unifi import UniFiAPI
from varken import VERSION, BRANCH