Push all previous files to repo (26.01.08-LATEST)

This commit is contained in:
Andrew K
2026-01-08 22:15:32 +09:00
parent 9893d81691
commit 231384a259
12 changed files with 1235 additions and 0 deletions

5
test.py Normal file
View File

@@ -0,0 +1,5 @@
from utils import *
db = dbload()
db['files'].pop("I_Love_You_-_Boy_Next_Door_1.mp3_45475777")
dbsave(db)