Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #263 from artyom-smirnov/add_microseconds
Browse files Browse the repository at this point in the history
Add microsecond to timestamp
  • Loading branch information
robmarkcole committed Jan 10, 2022
2 parents b604e0b + 67f8c84 commit c673798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deepstack_object/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
CONF_SCALE = "scale"
CONF_CUSTOM_MODEL = "custom_model"

DATETIME_FORMAT = "%Y-%m-%d_%H-%M-%S"
DATETIME_FORMAT = "%Y-%m-%d_%H-%M-%S-%f"
DEFAULT_API_KEY = ""
DEFAULT_TARGETS = [{CONF_TARGET: PERSON}]
DEFAULT_TIMEOUT = 10
Expand Down

0 comments on commit c673798

Please sign in to comment.