diff options
| author | Santo Cariotti <sancn@live.com> | 2017-09-09 07:56:13 +0000 |
|---|---|---|
| committer | Santo Cariotti <sancn@live.com> | 2017-09-09 07:56:13 +0000 |
| commit | 53d6bde7ee3b0a012f7d4111c4478f61aceb7955 (patch) | |
| tree | af2d8fce41f123038da0c2284843edbd24aaec89 /lib/web.py | |
| parent | b9ca522345d05176412dafa0b3a3838e877abc14 (diff) | |
| parent | d9d6b91cd0536a43c062f9878fe1ac1829704df2 (diff) | |
Merge branch 'master' into origin/dev
Diffstat (limited to 'lib/web.py')
| -rw-r--r-- | lib/web.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ def hello(): with open(config['path'], 'rb') as fout: try: lines = fout.readlines() - except: + except Exception as e: lines = '' if lines is not None: |
