diff --git a/common.py b/common.py
index 2ee9198b..97651730 100644
--- a/common.py
+++ b/common.py
@@ -153,7 +153,6 @@ class HumbugAPI(object):
         max_message_id = None
         while True:
             if max_message_id is not None:
-                options["first"] = "0"
                 options["last"] = str(max_message_id)
             res = self.get_messages(options)
             if 'error' in res.get('result'):