tscrape_update: tiny style fix in comment - tscrape - twitter scraper
(HTM) git clone git://git.codemadness.org/tscrape
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e03dec6b97f74451786b3698c9fab1d0d45b9cd9
(DIR) parent c427d54a874baa5c3f0cd0d725b90efa27cf34d2
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 20 Mar 2020 18:18:17 +0100
tscrape_update: tiny style fix in comment
Diffstat:
M tscrape_update | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/tscrape_update b/tscrape_update
@@ -31,7 +31,7 @@ loadconfig() {
fi
}
-# log(name,s)
+# log(name, s)
log() {
printf '[%s] %-50.50s %s\n' "$(date +'%H:%M:%S')" "$1" "$2" >&2
}