Commit 03b39dcde8f5a47db1376167a892503f034fa9fc
1 parent
b699804f
Exists in
community_hub_submodule
minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/community_hub_plugin/hub.rb
| ... | ... | @@ -37,7 +37,7 @@ class CommunityHubPlugin::Hub < Folder |
| 37 | 37 | author_id = 54 |
| 38 | 38 | if action==:start |
| 39 | 39 | thread = Thread.new { |
| 40 | - Twurl::Stream.run(page, author_id,'torrent', File.dirname(__FILE__) + '/../../tweeter_stream/config/.twurlrc') | |
| 40 | + Twurl::Stream.run(page, author_id,'torrent', File.dirname(__FILE__) + '/../../tweeter_stream/config/twurlrc') | |
| 41 | 41 | } unless@@twitter_thread_started |
| 42 | 42 | @@twitter_thread_started = true |
| 43 | 43 | end | ... | ... |