Signed-off-by: Adrian Hinz <adhinz@gmail.com>
This commit is contained in:
parent
b6ec64a61e
commit
d9fac7224a
|
|
@ -6,7 +6,7 @@ require File.dirname(__FILE__) + "/../../config/environment"
|
||||||
require 'uri'
|
require 'uri'
|
||||||
require 'net/http'
|
require 'net/http'
|
||||||
require 'json'
|
require 'json'
|
||||||
pause_interval = 35
|
pause_interval = 5
|
||||||
|
|
||||||
start_index = '-1'
|
start_index = '-1'
|
||||||
currency = Currency.where(name: 'GAME').first
|
currency = Currency.where(name: 'GAME').first
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue