(self)
| 88 | return self.config["STORAGE"]["SQLITE_DB"] |
| 89 | |
| 90 | def get_screenshots_dir(self): |
| 91 | return self.config["STORAGE"]["SCREENSHOTS_DIR"] |
| 92 | |
| 93 | def get_pdfs_dir(self): |
| 94 | return self.config["STORAGE"]["PDFS_DIR"] |
no outgoing calls
no test coverage detected