Skip to content

Commit

Permalink
update python server host for 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanc00l committed Oct 17, 2015
1 parent 358ce3a commit ba5a47f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def search():
return render_template(content[content_search_by]['template_html'],keywords=keywords,page_info=page_info,search_by_html=search_by_html,title=u'搜索结果-乌云公开漏洞、知识库搜索')

def main():
app.run(debug=True)
app.run(host='0.0.0.0',debug=True)

if __name__ == '__main__':
main()
Binary file modified scrapy/wooyun_drops/wooyun_drops/spiders/WooyunSpider.pyc
Binary file not shown.

0 comments on commit ba5a47f

Please sign in to comment.