Browse Source

don't do it the old way anymore...

[git-p4: depot-paths = "//depot/": change = 770]
replace/4e84fdb41ea781c7a8f872baa423e8b3be4045a7
John-Mark Gurney 19 years ago
parent
commit
837b72994d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pymediaserv

+ 1
- 1
pymediaserv View File

@@ -124,7 +124,7 @@ def addFSPath(cds, parent, dpath):
pass

cds.addContainer('0', 'media', klass = FSDirectory, path = 'media', urlbase = urlbase)
addFSPath(cds, '0', 'media')
#addFSPath(cds, '0', 'media')

site = server.Site(root)
reactor.listenTCP(listenPort, site)


Loading…
Cancel
Save