We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf9522 commit 3260816Copy full SHA for 3260816
1 file changed
robot/game_config/startup_poems.py
@@ -1,6 +1,7 @@
1
from random import randint
2
3
class POEM_ON_STARTUP:
4
+ ## OUT OF DATE
5
jokes = [
6
"Why don't dragons tell secrets? \
7
Because they always breathe fire!",
@@ -30,4 +31,4 @@ def on_startup(logger, random):
30
31
jokeToPrint = POEM_ON_STARTUP.jokes[jokeNo]
32
except:
33
jokeToPrint = POEM_ON_STARTUP.jokes[0]
- logger.info(jokeToPrint)
34
+ #logger.info(jokeToPrint)
0 commit comments