From bc0921d388d66810c3b41848a1a98925f1f06724 Mon Sep 17 00:00:00 2001 From: nico wellpott Date: Sat, 17 Apr 2021 13:48:25 +0200 Subject: packaging: rename to bl-imp * ajust setup cfg/py to use the new name . remove unnecessary variable from main --- src/blimp/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/blimp') diff --git a/src/blimp/main.py b/src/blimp/main.py index 93fdc29..1d0c29b 100644 --- a/src/blimp/main.py +++ b/src/blimp/main.py @@ -17,7 +17,6 @@ class Blimp: self.path = Path(user_cache_dir("blimp")) self.url = "https://raw.githubusercontent.com/JabberSPAM/blacklist/master/blacklist.txt" self.blacklist = "" - self.apply_changes = False self.etag_path = self.path.joinpath(".etag") self.blacklist_path = self.path.joinpath("blacklist.txt") -- cgit v1.2.3-54-g00ecf