summaryrefslogtreecommitdiff
path: root/lifestream.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-21 22:01:43 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-21 22:01:43 +0100
commit7a98ef5fbfebdcc1d734274112e6edf55ff20846 (patch)
treea582ed6af9b3f0bb314470f83046083f4c31ae8b /lifestream.pl
parentsmall update (diff)
downloadlifestream-7a98ef5fbfebdcc1d734274112e6edf55ff20846.tar.gz
fix timer
Diffstat (limited to 'lifestream.pl')
-rw-r--r--lifestream.pl3
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(