We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66353c3 commit 20feb93Copy full SHA for 20feb93
3 files changed
Procfile
@@ -1 +1 @@
1
-worker: run bash launch.sh
+worker: run sh launch.sh
launch.sh
@@ -1,3 +1,3 @@
#!/bin/sh
2
-echo $SPOTIPY_CACHE > .cache-ry2gg4eh81ep1v42b1r6mubtw
+echo $SPOTIPY_CACHE
3
python main.py
main.py
@@ -123,4 +123,5 @@ def main():
123
124
125
if __name__ == '__main__':
126
- main()
+ """Boilerplate main function call"""
127
+ sys.exit(main(sys.argv))
0 commit comments