diff --git a/crypto_tax/__main__.py b/crypto_tax/__main__.py index d8b35b4..16fb703 100644 --- a/crypto_tax/__main__.py +++ b/crypto_tax/__main__.py @@ -33,7 +33,7 @@ def main(): TRANSFERS = [] 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) output_path = Path('./output/report.xlsx')