mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
correct subset of fixes, not touching the intentional/sacred ones
This commit is contained in:
parent
f9cb2c15e3
commit
cc4f4aef99
17 changed files with 24 additions and 22 deletions
|
@ -8,7 +8,7 @@ import sqlite3
|
|||
import argparse
|
||||
|
||||
DB_VER1 = 3
|
||||
DB_VER2 = 5
|
||||
DB_VER2 = 6
|
||||
|
||||
BY_PATH = None
|
||||
NC = None
|
||||
|
@ -39,7 +39,7 @@ def ls(db):
|
|||
print(f"{nfiles} files")
|
||||
print(f"{ntags} tags\n")
|
||||
|
||||
print("number of occurences for each tag,")
|
||||
print("number of occurrences for each tag,")
|
||||
print(" 'x' = file has no tags")
|
||||
print(" 't:mtp' = the mtp flag (file not mtp processed yet)")
|
||||
print()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue