Add notes
This commit is contained in:
parent
0b7d7fe58e
commit
d75046c77f
8
main.py
8
main.py
@ -3,6 +3,14 @@ import image_processing
|
|||||||
|
|
||||||
import os, sys
|
import os, sys
|
||||||
|
|
||||||
|
####
|
||||||
|
# CURRENT ISSUES
|
||||||
|
####
|
||||||
|
#
|
||||||
|
# Pixelfed API doesn't honour newlines.
|
||||||
|
# Pixelfed publishing is missing date
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
if len(sys.argv) < 2:
|
if len(sys.argv) < 2:
|
||||||
print("Usage: social-photos <directory_or_file_path>")
|
print("Usage: social-photos <directory_or_file_path>")
|
||||||
|
Loading…
Reference in New Issue
Block a user