Skip to content

Commit

Permalink
version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
acolomba committed Jul 14, 2019
1 parent 3e1c8ab commit ebbad38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blackvuesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

__version__ = "1.7a"
__version__ = "1.7"

import argparse
import datetime
Expand Down Expand Up @@ -342,7 +342,7 @@ def manual_event_sort_key(recording):
recordings.sort(key=sort_key)


# group name regexps, keyed by grouping
# group name globs, keyed by grouping
group_name_globs = {
"none": None,
"daily": "[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]",
Expand Down

0 comments on commit ebbad38

Please sign in to comment.