mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
man
This commit is contained in:
parent
0e35f37638
commit
3222ba3acd
|
@ -2827,7 +2827,7 @@ class Up2k(object):
|
|||
# v5a -> v5b
|
||||
# store rd+fn rather than warks to support nohash vols
|
||||
try:
|
||||
cur.execute("select ws, rd, fn from iu limit 1").fetchone()
|
||||
cur.execute("select c, w, rd, fn from iu limit 1").fetchone()
|
||||
return
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue