init
This commit is contained in:
@@ -12,7 +12,7 @@ today = datetime.now().strftime("%Y-%m-%d")
|
||||
|
||||
# DB Browser for SQLite: http://hleecaster.com/python-sqlite3/
|
||||
|
||||
PROJECT_HOME = os.path.join(os.path.dirname(__file__))
|
||||
PROJECT_HOME = os.getcwd()
|
||||
|
||||
START_DATE = "1900.01.01"
|
||||
start = time.time()
|
||||
|
||||
Reference in New Issue
Block a user