add new column

This commit is contained in:
olegphenomenon 2022-04-13 09:25:44 +03:00
parent 77249629bb
commit d8c0ba2432
7 changed files with 16 additions and 3 deletions

View file

@ -35,6 +35,7 @@ module DNS
def sell_at_auction
auction = Auction.new
auction.domain = name
auction.platform = :blind
auction.start
ToStdout.msg "Created the auction: #{auction.inspect}"
update_whois_from_auction(auction)