diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-12-21 22:01:43 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-12-21 22:01:43 +0100 |
| commit | 7a98ef5fbfebdcc1d734274112e6edf55ff20846 (patch) | |
| tree | a582ed6af9b3f0bb314470f83046083f4c31ae8b /lifestream.pl | |
| parent | small update (diff) | |
| download | lifestream-7a98ef5fbfebdcc1d734274112e6edf55ff20846.tar.gz | |
fix timer
Diffstat (limited to 'lifestream.pl')
| -rw-r--r-- | lifestream.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lifestream.pl b/lifestream.pl index faf20ea..88ca227 100644 --- a/lifestream.pl +++ b/lifestream.pl @@ -29,7 +29,7 @@ if ($deploy) { if ($add) { $schema->resultset('Feed')->create( { - feed_url => $url, + feed_url => $url, name => $name, profile_url => $profile, } @@ -38,7 +38,6 @@ if ($add) { if ($start) { my $app = Lifestream->app( config => LoadFile($config) ); - if ( $0 eq __FILE__ ) { require Tatsumaki::Server; Tatsumaki::Server->new( |
