Skip to content

Commit d70d9e9

Browse files
Fixed CLI typo in DB menu
1 parent 951a8f3 commit d70d9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpulse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def run():
169169
os.makedirs(extracted_folder_name)
170170
db.db_report_recreate(extracted_folder_name, id_to_extract)
171171
except FileExistsError:
172-
print(Fore.RED + "Folder with the same name alredy exists. Delete it or just check it's content" + Style.RESET_ALL)
172+
print(Fore.RED + "Folder with the same name already exists. Delete it or just check it's content" + Style.RESET_ALL)
173173
pass
174174
elif choice_db == "3":
175175
print(Fore.GREEN + "\nDatabase connection is successfully closed")

0 commit comments

Comments
 (0)