Adding #seal-quality-control tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9a568968a6864888d2f3e2e2372be0f3d2cf365e | |
parent ee294448a630a6369e799ed8c6bb63e1fb621588 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 4 Feb 2021 21:11:06 +0100 | |
Adding #seal-quality-control tag. | |
Diffstat: | |
M modules/hashtags/hashtags.txt | 1 + | |
M textsynth-complete | 6 +++--- | |
2 files changed, 4 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt | |
@@ -5319,6 +5319,7 @@ | |
#seal-metal gopher://bitreich.org/9/memecache/seal-metal.mkv | |
#seal-of-approval gopher://bitreich.org/g/memecache/seal-of-approval.gif | |
#seal-plane gopher://bitreich.org/9/memecache/seal-plane.mp4 | |
+#seal-quality-control gopher://bitreich.org/9/memecache/seal-quality-control.m… | |
#seal-shake gopher://bitreich.org/9/memecache/seal-shake.mp4 | |
#seal-situps gopher://bitreich.org/9/memecache/seal-situps.mp4 | |
#seal-song gopher://bitreich.org/9/memecache/seal-song.mkv | |
diff --git a/textsynth-complete b/textsynth-complete | |
@@ -1,4 +1,4 @@ | |
-#!/usr/bin/env python3.6 | |
+#!/usr/bin/env python3.7 | |
# coding=utf-8 | |
# | |
# Copy me if you can. | |
@@ -23,7 +23,7 @@ def main(args): | |
print(str(err)) | |
usage(args[0]) | |
- baseuri = "ws://163.172.76.10:8080" | |
+ baseuri = "wss://bellard.org/textsynth/ws" | |
for o, a in opts: | |
if o == "-h": | |
usage(args[0]) | |
@@ -33,7 +33,7 @@ def main(args): | |
if len(largs) < 1: | |
usage(args[0]) | |
txtstr = " ".join(largs) | |
- reqstr = "g,%s" % (txtstr) | |
+ reqstr = "g,345M,40,0.9,1.0,1,%s" % (txtstr) | |
try: | |
ws = websocket.WebSocket() |