Skip to content

Commit 3222ba3

Browse files
committed
man
1 parent 0e35f37 commit 3222ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyparty/up2k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2827,7 +2827,7 @@ def _add_xiu_tab(self, cur: "sqlite3.Cursor") -> None:
28272827
# v5a -> v5b
28282828
# store rd+fn rather than warks to support nohash vols
28292829
try:
2830-
cur.execute("select ws, rd, fn from iu limit 1").fetchone()
2830+
cur.execute("select c, w, rd, fn from iu limit 1").fetchone()
28312831
return
28322832
except:
28332833
pass

0 commit comments

Comments
 (0)