diff options
author | admins <admins@tilde.institute> | 2022-07-12 20:13:53 -0400 |
---|---|---|
committer | admins <admins@tilde.institute> | 2022-07-12 20:13:53 -0400 |
commit | f5e12d67fec71d0a54c141cd16c004a0f557c3b3 (patch) | |
tree | 7deeab36bc803401746d5dcd3ffe989974f58d97 /bin | |
parent | 7d39c4e29b95f44a890d6aa63d76036f6b7a7e43 (diff) | |
download | admin-f5e12d67fec71d0a54c141cd16c004a0f557c3b3.tar.gz |
toot.py attribution was missing
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 |