Skip to content

Commit 0d15aba

Browse files
committed
Added Error Handling And Polling
1 parent a959c2b commit 0d15aba

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ def create_posters(debug=False):
2121
return [PosterDebug()]
2222

2323
from social_posters.instagram import PosterInstagram
24-
# from social_posters.bluesky import PosterBluesky
24+
from social_posters.bluesky import PosterBluesky
2525

2626
posters = []
27-
# posters.append(PosterBluesky())
27+
posters.append(PosterBluesky())
2828
posters.append(PosterInstagram())
2929
return posters
3030

test_meta.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)