diff options
author | ahriman <ahriman@falte.red> | 2019-03-26 02:09:54 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-03-26 02:09:54 +0000 |
commit | 2a0d6d2bba2148b8c96622b04e2d85c57bd07f48 (patch) | |
tree | c9ad4e7cc6428bfb771c061b30d79d0e4e6079de /bin | |
parent | f6341c40b5c9fe447b39bf2ed7f5bc6716cfbf80 (diff) | |
download | admin-2a0d6d2bba2148b8c96622b04e2d85c57bd07f48.tar.gz |
updated comments at top of scripts
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/weekconns.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/weekconns.py b/bin/weekconns.py index fb152e6..b5df86d 100755 --- a/bin/weekconns.py +++ b/bin/weekconns.py @@ -1,5 +1,10 @@ #!/usr/local/bin/python3 -I +# Lists the users who have connected in +# the last week for the stats page at +# https://tilde.institute/stats +# ben@gbmor.dev + from sys import exit import subprocess |