• Updated name of program.
1 parent 2aca0ea commit bd9827bd837a5274e8158a4502209e1942398661
Nigel Stanger authored on 22 Aug 2016
Showing 1 changed file
View
2
■■■
globals.py
 
import logging
 
 
PROGRAM = "process_lectorial_capture"
PROGRAM = "process_podcast"
 
log = logging.getLogger(PROGRAM)