Index: handler.py |
diff --git a/handler.py b/handler.py |
index 0eefaddc744e6b44bfe922838a7166b871187631..ac317eba8a627113e8bfbd4526b9d1bbb2a23cf8 100644 |
--- a/handler.py |
+++ b/handler.py |
@@ -73,7 +73,8 @@ class FetchPagesAction(base_page.BasePage): |
class MainAction(base_page.BasePage): |
def get(self): |
- self.redirect('/p/chromium/console') |
+ args = self.request.query_string |
+ self.redirect('/p/chromium/console' + '?' + args) |
# Call initial bootstrap for the app module. |