Fix bandname. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 4606b2d591d18cc2b5b636028b91d16714e9f889 | |
parent 29b7d3628fd75e50e8488306e761701eac132012 | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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- | |
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. |