As a user, I don't want to specify how to run the script, I just want to
run it.
pull/4/head
Erik Westrup 2015-05-24 16:27:12 +02:00
parent e3b8b3e6e4
commit 340ef5a52a
1 changed files with 2 additions and 0 deletions

2
spotify-backup.py 100644 → 100755
View File

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