check if result exists in get_ticker (fixes #106)

This commit is contained in:
gcarq
2017-11-16 16:39:06 +01:00
parent 0bc96241d5
commit d86dcc4752
3 changed files with 19 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
import argparse
import enum
import logging
import time
from typing import Any, Callable
import time
from wrapt import synchronized
from freqtrade import __version__