initial move towards 1.0.0

This commit is contained in:
Anders Jensen
2018-08-10 19:59:26 +02:00
parent cc13b032ea
commit 3af5c420f8
9 changed files with 559 additions and 507 deletions

View File

@@ -29,8 +29,6 @@ class Resource(TwistedResource):
authenticated = True
if not authenticated:
print auth_header
print self.username, self.password
request.setResponseCode(401)
return 'Unauthorized'