diff --git a/pyFilesystem.md b/pyFilesystem.md index c846a34..3098296 100644 --- a/pyFilesystem.md +++ b/pyFilesystem.md @@ -24,7 +24,7 @@ python>>> fs.__version__ cmd> python python>>> from fs.contrib.tahoelafs import TahoeLAFS python>>> from fs.expose import dokan -python>>> fs = TahoeLAFS('URI:DIR2:ctmtx2awdo4xt77x5xxaz6nyxm:n5t546ddvd6xlv4v6se6sjympbdbvo7orwizuzl42urm73sxazqa') +python>>> fs = TahoeLAFS('URI:DIR2:ddg5n76x6stjb35psrcn7i3ytu:etbtnftlaeylm4gmi7mxzq6pg2ntgra7dyjeronyoo4pvkgtttqa') python>>> mp = dokan.mount(fs, "f", foreground=True) ```