diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/toot.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/toot.py b/bin/toot.py index c13eaf6..f8512e3 100755 --- a/bin/toot.py +++ b/bin/toot.py @@ -1,5 +1,7 @@ #!/usr/local/bin/python3 +# this was modified from an older version of https://tildegit.org/ben/toot + import json import os import sys |