docs(credentials_searches): put file name between quotes

This commit is contained in:
eslopfer 2023-01-30 13:19:38 +00:00
parent b1973d138e
commit 78f854bc92
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Create a file `credentials_searches.py` that contains a function `credentials_se
- If the 'logs.json' file is empty or is not a json file, the function should not create the 'credentials.json' file.
- If the logs.json file does not exist, the function should not create the 'credentials.json' file.
- If the 'logs.json' file does not exist, the function should not create the 'credentials.json' file.
- If the keys are found in a nested object, the function should create the 'credentials.json' file and save the values of the keys in it.