]> www.vanbest.org Git - motioneye-debian/commitdiff
oups, forgot a debugging time.sleep()
authorCalin Crisan <ccrisan@gmail.com>
Sun, 17 Nov 2013 16:36:20 +0000 (18:36 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 17 Nov 2013 16:36:20 +0000 (18:36 +0200)
src/handlers.py

index c77adddc82d293bd1ccf83f3a137478513a1152c..e41be6a31b932a171b7133f561427f9946adc7e7 100644 (file)
@@ -599,10 +599,6 @@ class PictureHandler(BaseHandler):
                     stat=self.get_argument('stat', None))
         
         else:
-            if self.get_argument('prefix', None):
-                import time
-                time.sleep(2)
-            
             pictures = mediafiles.list_media(camera_config, media_type='picture',
                     prefix=self.get_argument('prefix', None),
                     stat=self.get_argument('stat', None))