We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f015511 commit 2c541b3Copy full SHA for 2c541b3
Procfile
@@ -1 +1 @@
1
-web: python ./bin/utility.py
+web: python api_server.py --with-cache
api_server.py
@@ -11,8 +11,6 @@
11
import redis
12
from utility import utility, cron
13
from dotenv import load_dotenv
14
-from os.path import join, dirname
15
-from pathlib import Path # python3 only
16
17
18
requirements.txt
@@ -2,4 +2,3 @@ tornado==4.5.2
2
requests==2.18.4
3
python-dotenv==0.10.1
4
redis==3.2.1
5
-pathlib==1.0.1
0 commit comments