Adding #tennis-grunt tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 1f6ef5cb4d6daf7e972a972de7b2ef208e2612e6 | |
parent ba4a56c0dba962890e2b545bfc64678e95045200 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Mon, 14 Oct 2024 21:08:54 +0200 | |
Adding #tennis-grunt tag. | |
Diffstat: | |
M modules/hashtags/hashtags.txt | 1 + | |
M updown | 2 +- | |
2 files changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt | |
@@ -18059,6 +18059,7 @@ | |
#ten-years-old gophers://bitreich.org/9/memecache/ten-years-old.mkv | |
#tenet gophers://bitreich.org/9/memecache/tenet.mkv | |
#tennis-emotions gophers://bitreich.org/I/memecache/tennis-emotions.jpg | |
+#tennis-grunt gophers://bitreich.org/9/memecache/tennis-grunt.webm | |
#tensor-calculus gophers://bitreich.org/I/memecache/tensor-calculus.jpg | |
#terminal-ads gophers://bitreich.org/I/memecache/terminal-ads.png | |
#terminal-analytics gophers://bitreich.org/I/memecache/terminal-analytics.png | |
diff --git a/updown b/updown | |
@@ -79,7 +79,7 @@ def main(args): | |
except: | |
istr += i | |
- istr = istr.encode("utf-8") | |
+ istr = istr.decode("utf-8").encode("utf-8") | |
print istr | |