mirror of
https://github.com/JohnDoee/deluge-streaming/
synced 2026-07-01 07:31:17 -07:00
initial move towards 1.0.0
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user