diff --git a/include/modules/battery.hpp b/include/modules/battery.hpp index 47a534d8..8f8408f3 100644 --- a/include/modules/battery.hpp +++ b/include/modules/battery.hpp @@ -79,8 +79,8 @@ namespace modules { } void start() { - m_threads.emplace_back(thread(&battery_module::subthread, this)); inotify_module::start(); + m_threads.emplace_back(thread(&battery_module::subthread, this)); } void teardown() {