for image module get path from executable file

This commit is contained in:
Anuragh K P
2023-01-25 22:28:07 +05:30
parent 47cdd6f988
commit 1495b957f1
2 changed files with 11 additions and 2 deletions

View File

@ -27,6 +27,7 @@ class Image : public AModule {
std::string path_;
int size_;
int interval_;
util::command::res output_;
util::SleeperThread thread_;
};