Auch hier auf ~/.tivo umstellen
This commit is contained in:
parent
9ac3e036cb
commit
93c2a625ea
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/python
|
||||
|
||||
# $Schlepperbande: src/tivomirror/dbtool,v 1.3 2010/12/18 10:03:31 stb Exp $
|
||||
# $Schlepperbande: src/tivomirror/dbtool,v 1.4 2013/08/06 22:15:28 stb Exp $
|
||||
|
||||
import anydbm
|
||||
import getopt
|
||||
|
@ -21,7 +21,7 @@ if len(args) != 0 or len(optlist) != 1:
|
|||
usage()
|
||||
sys.exit(64)
|
||||
|
||||
downloaddb = anydbm.open(os.path.expanduser("~") + "/.tivo-downloads", "c")
|
||||
downloaddb = anydbm.open(os.path.expanduser("~") + "/.tivo/downloads.db", "c")
|
||||
|
||||
for (o, a) in optlist:
|
||||
if o == "-l":
|
||||
|
|
Loading…
Reference in a new issue