GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
process_podcast
Browse code
• Updated name of program.
Python2.7
master
LAST_2.7_RELEASE
1 parent
2aca0ea
commit
bd9827bd837a5274e8158a4502209e1942398661
Nigel Stanger
authored
on 22 Aug 2016
Patch
Showing
1 changed file
+1
-1
■
■
■■■
globals.py
Ignore Space
Show notes
View
2
■
■
■■■
globals.py
import
logging
PROGRAM
=
"process_lectorial_capture"
PROGRAM
=
"process_podcast"
log
=
logging
.
getLogger
(
PROGRAM
)
#!/usr/bin/env python import logging PROGRAM = "process_podcast" log = logging.getLogger(PROGRAM)
#!/usr/bin/env python import logging PROGRAM = "process_lectorial_capture" log = logging.getLogger(PROGRAM)
Show line notes below