Decrease initial track time to 0
This commit is contained in:
parent
3fa7e86a9f
commit
b14bd0ebf0
|
@ -535,7 +535,7 @@ class StatsViewSet(viewsets.ViewSet, List):
|
|||
user=user,
|
||||
username=username,
|
||||
devicename=devicename,
|
||||
num_seconds=10,
|
||||
num_seconds=0,
|
||||
)
|
||||
logging.info('New ' + devicename + ' session created for: ' + username)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user