Skip to content

Commit e690c55

Browse files
authored
Update update_rates.py
1 parent 6a61482 commit e690c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update_rates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def main():
114114

115115
for config in POST_CONFIG:
116116
from_code, to_code = config['from_code'], config['to_code']
117+
from_full, to_full = config['from_full'], config['to_full']
117118
print(f"--- Processing post for {from_code} to {to_code} ---")
118119

119120
# Calculate the specific exchange rate

0 commit comments

Comments
 (0)