fix: checkhost

ReadTimeout: HTTPSConnectionPool(host='filmsenzalimiti.best', port=443): Read timed out. (read timeout=7)
This commit is contained in:
greko17
2019-08-07 18:56:47 +02:00
parent e80002e7fd
commit ad98de19e8
7 changed files with 167 additions and 42 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ def dbg():
import web_pdb;
if not web_pdb.WebPdb.active_instance:
import webbrowser
webbrowser.open('http://localhost:5555')
webbrowser.open('http://127.0.0.1:5555')
web_pdb.set_trace()