|
|
|
@ -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:
|
|
|
|
|
|
|
|
|
|