update file system and jsm references
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user