1
0

Fxi
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 22s

This commit is contained in:
Jon Michael Aanes 2024-12-28 01:04:59 +01:00
parent c40ce86f27
commit c5bbab6860
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -33,7 +33,7 @@ def main():
TRANSFERS = [] TRANSFERS = []
TRANSFERS += list(KRAKEN_CLIENT._get_double_registers()) TRANSFERS += list(KRAKEN_CLIENT._get_double_registers())
#TRANSFERS += list(KUCOIN_CLIENT._get_double_registers()) TRANSFERS += list(KUCOIN_CLIENT._get_double_registers())
tax_report = compute_fifo(TRANSFERS) tax_report = compute_fifo(TRANSFERS)
output_path = Path('./output/report.xlsx') output_path = Path('./output/report.xlsx')