Save the last exchange rate on GCS
Closed this issue · 1 comments
HIRANO-Satoshi commented
I wrote a local file version and it is commented out for new. And some test code is also commented out.
def test_server_api_error():
#XXX if os.path.exists(conf.Last_Fixer_Exchange_File):
# os.remove(conf.Last_Fixer_Exchange_File)
HIRANO-Satoshi commented
Done