From 8a8fc3bd6b7e1541ac063259a41fe06b089a6ae3 Mon Sep 17 00:00:00 2001 From: Lars Gremme Date: Thu, 17 Feb 2022 20:01:26 +0100 Subject: [PATCH] Update dependencies and correct issue --- install.sh | 4 ++-- plugin/http.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 488d2eb..0e02751 100644 --- a/install.sh +++ b/install.sh @@ -113,14 +113,14 @@ tput cup 13 15 echo "[ 2/9] [##-------]" tput cup 15 5 echo "-> download GIT and other stuff.........." -apt-get -y install git cmake build-essential libusb-1.0 qt5-qmake qt5-default libpulse-dev libx11-dev sox >> ${boswatch_install_path}/setup_log.txt 2>&1 +apt-get -y install git cmake build-essential libusb-1.0 qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qt5-default libpulse-dev libx11-dev sox >> ${boswatch_install_path}/setup_log.txt 2>&1 exitcodefunction $? download stuff tput cup 13 15 echo "[ 3/9] [###------]" tput cup 15 5 echo "-> download Python, Yaml and other stuff.." -sudo apt-get -y install python3 python3-yaml python3-pip alsa-utils>> ${boswatch_install_path}/setup_log.txt 2>&1 +apt-get -y install python3 python3-yaml python3-pip alsa-utils>> ${boswatch_install_path}/setup_log.txt 2>&1 exitcodefunction $? download python tput cup 13 15 diff --git a/plugin/http.py b/plugin/http.py index 207dce8..1af3035 100644 --- a/plugin/http.py +++ b/plugin/http.py @@ -64,7 +64,7 @@ class BoswatchPlugin(PluginBase): urls = self.config.get("msg") self._makeRequests(urls) - def makeRequests(self, urls): + def _makeRequests(self, urls): """Parses wildcard urls and handles asynchronus requests @param urls: array of urls"""