X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FWeb.pm;h=fbba02f652d27ebebf118c55e9da89aa4d647f0b;hb=8d4360134b5a83741dbd77ef99a56c2f1c40db05;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"); }