Fix bug when attempt to re-open channel

This commit is contained in:
Ian Gulliver
2014-06-08 21:54:57 -07:00
parent 94491649a1
commit 322eb14a5d

View File

@@ -16,6 +16,7 @@ import json
import logging
import webapp2
from google.appengine.api import channel
from google.appengine.ext import db
from cosmopolite.lib import auth