Revert "crash--"

This reverts commit c91d2f5434.
This commit is contained in:
Trever Fischer
2012-04-19 17:34:48 -04:00
parent c91d2f5434
commit e126183a43

View File

@@ -5,6 +5,7 @@ from minecraft.models import Server
import hashlib
from django.http import HttpResponse
whitelistHandler = Resource(handlers.WhitelistHandler)
motdHandler = Resource(handlers.MOTDHandler)
class ServerAuther(object):