Skip to content

Commit

Permalink
Fix little
Browse files Browse the repository at this point in the history
  • Loading branch information
Prev committed Nov 22, 2016
1 parent 84f7f8d commit f5a57e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def process_shares(shares, envinfo) :
o['env_group'] = envinfo.getdict(o['env'][0], loose_mode=True)
o['env_child'] = envinfo.getdict(o['env'][0], o['env'][1], loose_mode=True)

except Exception :
except Exception as e:
print(e)
pass

else :
Expand Down
2 changes: 2 additions & 0 deletions templates/search.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% extends "/layout/default.html" %}

{% block title %}Search - regular.express{% endblock %}

{% block head %}
{{ super() }}
<style type="text/css">
Expand Down

0 comments on commit f5a57e8

Please sign in to comment.