As a user, I don't want to specify how to run the script, I just want to
run it.
This commit is contained in:
Erik Westrup
2015-05-24 16:27:12 +02:00
parent e3b8b3e6e4
commit 340ef5a52a

2
spotify-backup.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import argparse
import codecs
import http.server