Added gateio and kucoin funding fee times

This commit is contained in:
Sam Germain
2021-10-09 12:36:00 -06:00
parent 057b048f31
commit b83933a10a
4 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ Freqtrade is the main module of this bot. It contains the class Freqtrade()
import copy
import logging
import traceback
from datetime import datetime, time, timezone, timedelta, tzinfo
from datetime import datetime, time, timezone
from math import isclose
from threading import Lock
from typing import Any, Dict, List, Optional