Temporary fix.

This commit is contained in:
Michael Lazar
2015-04-16 18:15:59 -07:00
parent 2862b502a1
commit 5146244c26
2 changed files with 12 additions and 10 deletions

View File

@@ -19,7 +19,6 @@ from .__version__ import __version__
__all__ = []
def load_config():
"""
Search for a configuration file at the location ~/.rtv and attempt to load
@@ -100,6 +99,7 @@ def main():
if args.log:
logging.basicConfig(level=logging.DEBUG, filename=args.log)
logging.captureWarnings(True)
try:
print('Connecting...')