Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-30 17:26:59 +02:00
parent 3cfdbcaa06
commit c7d5fa9182
2 changed files with 20 additions and 7 deletions

View File

@@ -350,8 +350,8 @@ def sync_feeds(args):
for tweet in reversed(tweets):
tweet_time = arrow.get(tweet.created_on)
if tweet_time > last_bsky_time: # Only post new tweets
#if True: # For testing, post all tweets regardless of time
#if tweet_time > last_bsky_time: # Only post new tweets
if True: # For testing, post all tweets regardless of time
logging.info(f"📝 Found new tweet from {tweet_time}. Posting to Bluesky...")
raw_text = tweet.text.strip()