aboutsummaryrefslogtreecommitdiffstats
path: root/src/blimp/main.py
diff options
context:
space:
mode:
authornico wellpott <nico@magicbroccoli.de>2021-04-17 13:48:25 +0200
committernico wellpott <nico@magicbroccoli.de>2021-04-17 13:48:25 +0200
commitbc0921d388d66810c3b41848a1a98925f1f06724 (patch)
tree0bb94e9109ac230d9cd3a12896c43e06829f412e /src/blimp/main.py
parent34fcd524788cd14a34ce7b5bdb2dc2797f0fcbc6 (diff)
packaging: rename to bl-imp
* ajust setup cfg/py to use the new name . remove unnecessary variable from main
Diffstat (limited to 'src/blimp/main.py')
-rw-r--r--src/blimp/main.py1
1 files changed, 0 insertions, 1 deletions
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")