Added new yml
This commit is contained in:
@@ -498,7 +498,8 @@ def sync_feeds(args):
|
||||
for tweet in reversed(tweets):
|
||||
tweet_time = arrow.get(tweet.created_on)
|
||||
|
||||
if tweet_time <= last_bsky_time:
|
||||
#if tweet_time <= last_bsky_time
|
||||
if False:
|
||||
continue
|
||||
|
||||
logging.info(f"📝 Found new tweet from {tweet_time}. Posting to Bluesky...")
|
||||
|
||||
Reference in New Issue
Block a user