Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix confirm char, create dict
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Aug 22, 2023
1 parent 02ee250 commit 76acab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():
working_dict = latex_function(working_dict, ask_latex_function)

# Confirm character - compare user input inside function
wd = confirm_character_function(
working_dict = confirm_character_function(
working_dict, ask_confirm_character_function, confirm_character)

# Sort dict
Expand Down
1 change: 1 addition & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
from .compulsoryFunctions import *
from .utils import *
from .pr import *
from .optional_functions.createDictFile import create_converted_dictionary_as_file

0 comments on commit 76acab1

Please sign in to comment.