Add notes

This commit is contained in:
Fred Boniface 2023-11-05 19:23:31 +00:00
parent 0b7d7fe58e
commit d75046c77f
1 changed files with 8 additions and 0 deletions

View File

@ -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 <directory_or_file_path>")