We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a61482 commit e690c55Copy full SHA for e690c55
scripts/update_rates.py
@@ -114,6 +114,7 @@ def main():
114
115
for config in POST_CONFIG:
116
from_code, to_code = config['from_code'], config['to_code']
117
+ from_full, to_full = config['from_full'], config['to_full']
118
print(f"--- Processing post for {from_code} to {to_code} ---")
119
120
# Calculate the specific exchange rate
0 commit comments