diff --git a/scan_faces.py b/scan_faces.py index 76f54e7..8dc283f 100755 --- a/scan_faces.py +++ b/scan_faces.py @@ -134,7 +134,7 @@ while True: lastFaceTime = end - content = urllib2.urlopen("https://artstats.rubenvandeven.com/artwork1/views.php?time=%d&count=%d&total=%d" % (int(time.time()), len(faces), int(totalUse)) ).read() + content = urllib2.urlopen("https://artstats.rubenvandeven.com/artwork1/views.php?time=%d&count=%d&total=%d&duration=%f" % (int(time.time()), len(faces), int(totalUse), scanDuration) ).read() #~ if end - start < frameTimeDelta: