Skip to content

Commit

Permalink
Update ImportPhotos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Jan 4, 2023
1 parent c0569c1 commit 7afefc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ImportPhotos.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
import os
import uuid
import json
try:
import subprocess
except:
pass

# Import python module
CHECK_MODULE = ''
Expand Down

0 comments on commit 7afefc7

Please sign in to comment.