diff --git a/lib/community_hub_plugin/hub.rb b/lib/community_hub_plugin/hub.rb index cc26eee..c83bffd 100644 --- a/lib/community_hub_plugin/hub.rb +++ b/lib/community_hub_plugin/hub.rb @@ -37,7 +37,7 @@ class CommunityHubPlugin::Hub < Folder author_id = 54 if action==:start thread = Thread.new { - Twurl::Stream.run(page, author_id,'torrent', File.dirname(__FILE__) + '/../../tweeter_stream/config/.twurlrc') + Twurl::Stream.run(page, author_id,'torrent', File.dirname(__FILE__) + '/../../tweeter_stream/config/twurlrc') } unless@@twitter_thread_started @@twitter_thread_started = true end -- libgit2 0.21.2