From 118e784e4b8fa364cddeedcd3260edd0bfbecc93 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 10 Mar 2025 11:13:21 -0400 Subject: [PATCH] update file system and jsm references --- DiskUtils.py | 2 +- consumer.bash | 4 ++-- consumer.py | 2 +- ping.bash | 0 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 ping.bash diff --git a/DiskUtils.py b/DiskUtils.py index fc33cc4..8c7727d 100644 --- a/DiskUtils.py +++ b/DiskUtils.py @@ -46,7 +46,7 @@ def check_download_exists_matching_url(url): file_pattern = f"*{channel_name} - game stats on Twitch in {month} {year} - SullyGnome.csv".lower() - for filename in os.listdir("/root/Downloads/"): + for filename in os.listdir("/home/yankee/Downloads/"): updated = filename.lower() diff --git a/consumer.bash b/consumer.bash index 623ed7a..606e192 100755 --- a/consumer.bash +++ b/consumer.bash @@ -6,10 +6,10 @@ set -x ## -cd /yankee-gnome-fire-consumer +##cd /yankee-gnome-fire-consumer echo "##" -echo "## init > starting yankee downloader consumer" +echo "## init > yankee > consumer" echo "##" python3 consumer.py diff --git a/consumer.py b/consumer.py index 7441739..f029a53 100644 --- a/consumer.py +++ b/consumer.py @@ -63,7 +63,7 @@ print("## ") print("## starting > JMS consumer (yankee-sully-channels-monthly)") print("## ") -conn = stomp.Connection([('67.220.70.106', 61613)]) +conn = stomp.Connection([('38.107.226.34', 61613)]) conn.set_listener('', MyListener()) diff --git a/ping.bash b/ping.bash old mode 100644 new mode 100755