Fixed typo. Made supported_file_formats static because they should be same for all instances
This commit is contained in:
parent
2317a3eba8
commit
3dfb35d2d1
2 changed files with 2 additions and 2 deletions
|
@ -163,5 +163,5 @@ class AirtimeMediaMonitorBootstrap():
|
|||
self.logger.debug(debug_message)
|
||||
full_file_path = os.path.join(dir, file_path)
|
||||
self.logger.debug(full_file_path)
|
||||
is os.path.exists(full_file_path):
|
||||
if os.path.exists(full_file_path):
|
||||
getattr(self.pe,handle_attribute)(False,full_file_path, os.path.basename(full_file_path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue