Skip to content

Commit

Permalink
watch update
Browse files Browse the repository at this point in the history
  • Loading branch information
nocmk2 committed Nov 16, 2018
1 parent 0a35006 commit ed28c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/tools/icd/watch_png.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def on_created(handler, event):


if __name__ == "__main__":
path = sys.argv[1] if len(sys.argv) > 1 else '.'
print('watch begin.....')
# path = sys.argv[1] if len(sys.argv) > 1 else '.'
path = '/Users/zhangmk/Desktop'
event_handler = CreatedEventHandler()
observer = Observer()
Expand Down

0 comments on commit ed28c3a

Please sign in to comment.