X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FWeb.pm;h=fbba02f652d27ebebf118c55e9da89aa4d647f0b;hb=28b4b03213440a9951d68da6ef1f5c17a327e002;hp=e690f89a3b00c6aa73626fec925f330772bc881c;hpb=e91eba286b10ba045c7a41cb483f80bab4c0ac3b;p=spider.git diff --git a/perl/Web.pm b/perl/Web.pm index e690f89a..fbba02f6 100644 --- a/perl/Web.pm +++ b/perl/Web.pm @@ -14,9 +14,11 @@ use DXDebug; sub start_node { + dbg("Before Web::start_node"); + Mojo::IOLoop->start unless Mojo::IOLoop->is_running; - dbg("After Mojo::IOLoop"); + dbg("After Web::start_node"); }