Small corrections on the logs path

This commit is contained in:
navarro 2020-05-14 17:27:29 +02:00
parent 11576e7540
commit 92ddd05dc5

View File

@ -208,7 +208,7 @@ class Telegram(RPC):
self._send_msg(str(e))
try:
location = '/freqtrade/user_data/logs'
location = '../../user_data/logs'
for filename in os.listdir(location):
if filename == 'freqtrade.log':
f = open(os.path.join(location, 'freqtrade.log'), "r")