Skip to content

Commit

Permalink
patching
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannicoppola committed May 19, 2022
1 parent 7a3165f commit dd3278b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/currency.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def fetch_exchange_rates():
else:
jobs = [(load_openx_rates, (syms,))]

log.debug("RATTTTEEEEEESSSSSSS ")
syms = []
for s in CRYPTO_CURRENCIES.keys():
log.debug("CRYPTOOOO %s" % s)
Expand Down
2 changes: 1 addition & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ UPDATE_INTERVAL is the number of minutes between exchange rate updates.</string>
<key>THOUSANDS_SEPARATOR</key>
<string>,</string>
<key>UPDATE_INTERVAL</key>
<string>360</string>
<string>2</string>
</dict>
<key>variablesdontexport</key>
<array>
Expand Down

0 comments on commit dd3278b

Please sign in to comment.