diff --git a/main.py b/main.py index bb339ac..0a73f38 100644 --- a/main.py +++ b/main.py @@ -3,6 +3,14 @@ import image_processing import os, sys +#### +# CURRENT ISSUES +#### +# +# Pixelfed API doesn't honour newlines. +# Pixelfed publishing is missing date + + def main(): if len(sys.argv) < 2: print("Usage: social-photos ")