Adding #seal-quality-control tag. - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 9a568968a6864888d2f3e2e2372be0f3d2cf365e DIR parent ee294448a630a6369e799ed8c6bb63e1fb621588 HTML Author: Annna Robert-Houdin <annna@bitreich.org> 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(-) --- DIR 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.mp4 #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 DIR 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()