made run.py executable

This commit is contained in:
Kevin F 2021-10-05 21:59:08 +00:00
parent 15c199f610
commit 6475da5111
1 changed files with 1 additions and 0 deletions

1
run.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import imgin
imgin.start_server()