From 0de035767a5810e0aa4704571e168620541e5abd Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 5 May 2021 12:53:51 +0600 Subject: [PATCH] remove auto fetch from config despite the name the script itself is not simple at all. i dont think i want to complect things any further. --- sxbm | 3 --- 1 file changed, 3 deletions(-) diff --git a/sxbm b/sxbm index 28c24cf..41dc7bf 100755 --- a/sxbm +++ b/sxbm @@ -30,9 +30,6 @@ COL_LINE_NUM="\033[1;34m" # Blue # 1 to enable encryption, 0 to disable it ENCRYPTION="0" -# Auto fetch title. 1 to enable, 0 to disable -TITLE_FETCH="1" - ################# ### functions ###