Skip to content

Commit 2c541b3

Browse files
committed
heroku config
1 parent f015511 commit 2c541b3

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: python ./bin/utility.py
1+
web: python api_server.py --with-cache

api_server.py

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
import redis
1212
from utility import utility, cron
1313
from dotenv import load_dotenv
14-
from os.path import join, dirname
15-
from pathlib import Path # python3 only
1614

1715

1816

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ tornado==4.5.2
22
requests==2.18.4
33
python-dotenv==0.10.1
44
redis==3.2.1
5-
pathlib==1.0.1

0 commit comments

Comments
 (0)