refactor to make way for dockerization

This commit is contained in:
2022-11-19 16:44:50 -05:00
parent 400c870056
commit ab63eeff96
25 changed files with 1 additions and 1 deletions

4
app/misc.py Normal file
View File

@@ -0,0 +1,4 @@
import time
from datetime import datetime, date
currDay = datetime.now()
currDay = currDay.strftime('%m-%d-%Y')