From 67f2093ff3ce99b119374a514a7b1c11c5937859 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Tue, 2 Mar 2021 13:46:39 -0800 Subject: [PATCH] fix typo --- scripts/dashboard/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dashboard/dashboard.py b/scripts/dashboard/dashboard.py index a0a79ac..67acad2 100644 --- a/scripts/dashboard/dashboard.py +++ b/scripts/dashboard/dashboard.py @@ -537,7 +537,7 @@ def bb_rss(): @app.route('/mailbox_rss') def mail_rss(): - mailbox_file = ast.literal_eval(os.popen('cat ./gps_data_user_mailbox.txt').read()) + mailbox_file = ast.literal_eval(os.popen('cat ../../gps_data_user_mailbox.txt').read()) post_data = '' recipient = request.args.get('recipient').upper() rss_header = """