Fix path to bitcoin log
This commit is contained in:
parent
07f262235e
commit
271d9f6fe9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user