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
Transfer to URL with SHA
Find file
Newer
Older
tree:
814d427aab
Switch branches
×
Python2.7
master
process_podcast
/ globals.py
Nigel Stanger
on 26 Aug 2018
103 bytes
Converted os.path to pathlib and all #! lines to python3 (ref #32).
Raw
Blame
History
#!/usr/bin/env python3 import logging PROGRAM = "process_podcast" log = logging.getLogger(PROGRAM)