mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 22:55:24 +02:00
10 lines
236 B
Diff
10 lines
236 B
Diff
--- a/aqt/update.py
|
|
+++ b/aqt/update.py
|
|
@@ -31,6 +31,7 @@ class LatestVersionFinder(QThread):
|
|
return d
|
|
|
|
def run(self):
|
|
+ return
|
|
if not self.config['updates']:
|
|
return
|
|
d = self._data()
|