Fix bandname. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit 4606b2d591d18cc2b5b636028b91d16714e9f889
 (DIR) parent 29b7d3628fd75e50e8488306e761701eac132012
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Sat, 19 Jun 2021 20:36:42 +0200
       
       Fix bandname.
       
       Diffstat:
         M bandname-gen                        |       2 +-
         M textsynth-complete                  |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/bandname-gen b/bandname-gen
       @@ -4,7 +4,7 @@
        # If you do not use the web.
        #
        
       -hurl http://www.elsewhere.org/bandname/ \
       +curl -sL http://www.elsewhere.org/bandname/ \
                | xml2tsv 2>/dev/null \
                | grep 'main/article/div/ul/li' \
                | cut -f 2-
 (DIR) diff --git a/textsynth-complete b/textsynth-complete
       @@ -1,4 +1,4 @@
       -#!/usr/bin/env python3.8
       +#!/usr/bin/env python
        # coding=utf-8
        #
        # Copy me if you can.