Fix path to bitcoin log

This commit is contained in:
Taylor Helsper 2020-11-16 19:08:37 -06:00
parent 07f262235e
commit 271d9f6fe9

View File

@ -421,7 +421,7 @@ def get_mynode_status():
def get_file_log(file_path):
status_log = ""
if not os.path.isfile("file_path"):
if not os.path.isfile(file_path):
return "MISSING FILE"
try: