Mercurial > rsstweet
comparison app/models/tweet.rb @ 136:59991d10f8a3
Fix the variable as well while at it
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 13 Dec 2017 02:52:22 +0900 |
parents | 3fc882b0884d |
children | 00dc9346dfaa |
comparison
equal
deleted
inserted
replaced
135:3fc882b0884d | 136:59991d10f8a3 |
---|---|
48 end | 48 end |
49 | 49 |
50 def client_config_id | 50 def client_config_id |
51 @client_config_id ||= 0 | 51 @client_config_id ||= 0 |
52 | 52 |
53 @client_config_id % $cfg[:twitter].size | 53 @client_config_id %= $cfg[:twitter].size |
54 end | 54 end |
55 end | 55 end |