Fxi
This commit is contained in:
parent
c40ce86f27
commit
c5bbab6860
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user