Skip to content

Commit 7261e0d

Browse files
authored
Merge pull request #1 from ChanMo/claude/fix-object-subscriptable-error-QJ6F0
2 parents 1921a29 + 21239bd commit 7261e0d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "TikLocal"
3-
version = "0.8.12"
3+
version = "0.8.13"
44
description = "A local media server that combines the features of TikTok and Pinterest"
55
authors = ["ChanMo <chan.mo@outlook.com>"]
66
readme = "README.md"

tiklocal/services/collections.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import datetime
24
import json
35
import os

0 commit comments

Comments
 (0)