Small corrections on the logs path
This commit is contained in:
parent
11576e7540
commit
92ddd05dc5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user