From faf0a4973d4cdf9921874dad7e61044336973ea0 Mon Sep 17 00:00:00 2001 From: creslin <34645187+creslinux@users.noreply.github.com> Date: Wed, 13 Jun 2018 22:41:43 +0000 Subject: [PATCH] Update rest_client.py --- freqtrade/rpc/rest_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/rpc/rest_client.py b/freqtrade/rpc/rest_client.py index 928e1798c..5b39b7a0b 100755 --- a/freqtrade/rpc/rest_client.py +++ b/freqtrade/rpc/rest_client.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3. +#!/usr/bin/env python3 """ Simple command line client into RPC commands Can be used as an alternate to Telegram