Skip to content
Snippets Groups Projects
Commit b77b75cf authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: necessary for annonymous

parent 4b825fc0
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,9 @@ def main(argv=None):
"directory tree.", action="store_true")
args = parser.parse_args()
db.get_connection().timeout = float(args.timeout)
con = db.get_connection()
con.timeout = float(args.timeout)
con._login()
loadpath(
path=args.path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment