add comments for local testing and production environment
This commit is contained in:
parent
f59346f307
commit
1251a0ad90
|
@ -48,7 +48,7 @@ class Hangman(object):
|
|||
self._fo_word2= (15, 7) #(15,7)
|
||||
#self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/nomenliste_de.txt"
|
||||
#self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/wordsonly.txt"
|
||||
self._wordlist="/root/mqtt-to-flipdot/hangman/wordlists/wordsonly.txt"
|
||||
self._wordlist="/root/mqtt-to-flipdot/hangman/wordlists/wordsonly.txt" #<- on flipdot pi
|
||||
|
||||
#self._wordlist="/home/pi/mqtt-to-flipdot/hangman/wordlists/nerdwords.txt"
|
||||
#self._wordlist="./hangman/wordlists/nerdwords.txt" #<- use for local testing
|
||||
|
@ -58,7 +58,7 @@ class Hangman(object):
|
|||
self._g_chars="" #used characters
|
||||
|
||||
# self._hmdir="/home/pi/mqtt-to-flipdot/hangman/stdhm/"
|
||||
self._hmdir="/root/mqtt-to-flipdot/hangman/stdhm/"
|
||||
self._hmdir="/root/mqtt-to-flipdot/hangman/stdhm/" #<- on flipdot pi
|
||||
#self._hmdir="./hangman/stdhm/" #<- use for local testing
|
||||
|
||||
self._hmimg=[]
|
||||
|
|
Loading…
Reference in New Issue