merge develop-1.0
This commit is contained in:
		@ -6,8 +6,8 @@ to:
 | 
				
			|||||||
- cancels Diffusions that have an archive but could not have been played;
 | 
					- cancels Diffusions that have an archive but could not have been played;
 | 
				
			||||||
- run Liquidsoap
 | 
					- run Liquidsoap
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
from datetime import timezone
 | 
					 | 
				
			||||||
import time
 | 
					import time
 | 
				
			||||||
 | 
					import zoneinfo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from argparse import RawTextHelpFormatter
 | 
					from argparse import RawTextHelpFormatter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -19,7 +19,7 @@ from aircox_streamer.controllers import Monitor, Streamer
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# force using UTC
 | 
					# force using UTC
 | 
				
			||||||
tz.activate(timezone.utc)
 | 
					tz.activate(zoneinfo.ZoneInfo("UTC"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Command(BaseCommand):
 | 
					class Command(BaseCommand):
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user