add procfile

This commit is contained in:
Brent Gordon 2020-02-28 13:52:44 -05:00
parent 6adfcd5670
commit 117ad4700b
3 changed files with 3 additions and 2 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: racket -l MarioBot/bot

View File

@ -65,7 +65,7 @@
(define tm (start-timer-manager))
(define (loop)
(start-timer tm 600 (upload-attachment))
(start-timer tm 600 (upload-attachment))
(loop))
(loop)

View File

@ -1,4 +1,4 @@
#lang info
(define collection "mario-bot")
(define collection "MarioBot")
(define deps '("base"))