Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
heyunpeng committed Aug 24, 2015
1 parent c087fda commit 67ee1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def checkGrid (object)
grid.gameid = curtime.strftime("%Y%m%d")+(begin_count+objindex+1).to_s.rjust(2, '0')

begin
localcoin = (totalcoin).abs * 0.9
localcoin = (totalcoin).abs * 0.8
Rails.logger.debug localcoin
localgrid = randomGrid
prizetotal = 0
Expand Down

0 comments on commit 67ee1b0

Please sign in to comment.