add infos
This commit is contained in:
parent
5326cae9c3
commit
f6ee87a790
@ -1,6 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Test script, for simulating different date and time.
|
||||
This is useful for testing the transition from one playlist to another,
|
||||
specially when the day_start time is in the night.
|
||||
"""
|
||||
|
||||
import datetime
|
||||
import os
|
||||
import sys
|
||||
|
@ -1,6 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Test script, for simulating speed up the clock.
|
||||
With the WARP_FACTOR you can transform a second to a fraction.
|
||||
With this functionality it is possible to run a 24 hours playlist in a minute,
|
||||
and debug the playlist reader.
|
||||
"""
|
||||
|
||||
import datetime
|
||||
import os
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user