Remove unused variable `UPLOADS_DIR_NAME` in `monkey_island/cc/services/post_breach_files.py`

This commit is contained in:
Shreya 2021-05-04 13:19:31 +05:30
parent f32e1e0a0f
commit 9c629f964c
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ logger = logging.getLogger(__name__)
# Where to find file names in config
PBA_WINDOWS_FILENAME_PATH = ["monkey", "post_breach", "PBA_windows_filename"]
PBA_LINUX_FILENAME_PATH = ["monkey", "post_breach", "PBA_linux_filename"]
UPLOADS_DIR_NAME = "userUploads"
def remove_PBA_files():