Explorar el Código

add procfile

master
Brent Gordon hace 4 años
padre
commit
117ad4700b
Se han modificado 3 ficheros con 3 adiciones y 2 borrados
  1. +1
    -0
      Procfile
  2. +1
    -1
      bot.rkt
  3. +1
    -1
      info.rkt

+ 1
- 0
Procfile Ver fichero

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

+ 1
- 1
bot.rkt Ver fichero

@@ -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)

+ 1
- 1
info.rkt Ver fichero

@@ -1,4 +1,4 @@
#lang info

(define collection "mario-bot")
(define collection "MarioBot")
(define deps '("base"))

Cargando…
Cancelar
Guardar