Pi66

pino
Python notification daemon.
git clone https://git.pi66.xyz/pino

← back to log

fix freeze in void

author: Pixel2175
date: 2024-12-19 19:07
hash: efc28c06d64200feec27c0b7d526f1883275f9ce

Diffstat:

M

uninstall.py
1 ------------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
diff --git a/uninstall.py b/uninstall.py
index a17d9f9..068ed95 100644
--- a/uninstall.py
+++ b/uninstall.py
@@ -1,6 +1,5 @@
 import os

-
 def get_distro():
     if os.path.isfile("/etc/os-release"):
         with open("/etc/os-release") as f: