Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
XigmaDev committed Dec 28, 2024
1 parent 92f16ae commit 1c928ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def format_data_for_telegram(data):
}

formatted_lines = []

for key, values in data.items():
flag = currency_flags.get(key.lower(), '')
name_persian = currency_names_persian.get(key.lower(), key.upper())
Expand Down

0 comments on commit 1c928ad

Please sign in to comment.