add infos

This commit is contained in:
jb-alvarado 2021-02-11 09:44:58 +01:00
parent 5326cae9c3
commit f6ee87a790
2 changed files with 13 additions and 0 deletions

View File

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

View File

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