diff options
author | garret <garret@airmail.cc> | 2023-07-12 18:26:22 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2023-07-13 08:07:11 +0100 |
commit | 26567376ada1fc16086548f23e313427884da004 (patch) | |
tree | ce918d26c353d431c2b4b854672ed145f09a1ef3 | |
parent | 3fe103b6b722269e1094336a8578edd320880177 (diff) | |
download | comicwalker-dl-26567376ada1fc16086548f23e313427884da004.tar.gz comicwalker-dl-26567376ada1fc16086548f23e313427884da004.tar.bz2 comicwalker-dl-26567376ada1fc16086548f23e313427884da004.zip |
add unix shebang, change perms to executable
-rwxr-xr-x[-rw-r--r--] | walker.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/walker.py b/walker.py index ecd8209..1c85834 100644..100755 --- a/walker.py +++ b/walker.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import argparse import json import logging |