change the way we get the image
This commit is contained in:
7
update_and_run.sh
Normal file
7
update_and_run.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Pull the latest changes
|
||||
git pull origin main
|
||||
|
||||
# Run your Python script
|
||||
python Post_RSS_on_SubStack.py
|
||||
Reference in New Issue
Block a user