Change main program to use ARGV instead of a hard-coded file name.

master
an 2018-06-25 13:00:01 -04:00
parent e7024c0883
commit c97297043a
No known key found for this signature in database
GPG Key ID: 6F175273601C59F2
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ module Vrobot4
end
Thread.abort_on_exception = true
Vrobot4.main open("bot.yml")
Vrobot4.main open(ARGV[0])
## EOF