Skip to content

Commit

Permalink
include empty file and folders
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Jul 28, 2024
1 parent 97ea520 commit 426344b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mister/repo/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def create_tapto_db(tag: str) -> RepoDb:
return RepoDb(
db_id=DB_ID,
timestamp=int(time.time()),
files=None,
folders=None,
files={},
folders={},
base_files_url=None,
zips={
"tapto": {
Expand Down

0 comments on commit 426344b

Please sign in to comment.