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