Auch hier auf ~/.tivo umstellen

This commit is contained in:
Stefan Bethke 2014-07-01 16:55:49 +00:00
parent 9ac3e036cb
commit 93c2a625ea

View file

@ -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":