Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bastien Terrier
xeyes_sentences
Commits
44be52d1
Commit
44be52d1
authored
May 24, 2018
by
Bastien Terrier
Browse files
fix new line problem for wait and pkill
parent
89111c53
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/functions.py
View file @
44be52d1
...
...
@@ -49,5 +49,5 @@ def displaySentence(sentence):
print
(
"Error, '{}' not a character"
.
format
(
char
))
#beetween each sentence, system has to wait and then pkill xeyes
f_dataStream
.
write
(
"sleep 5"
)
f_dataStream
.
write
(
"pkill xeyes"
)
f_dataStream
.
write
(
"sleep 5
\n
"
)
f_dataStream
.
write
(
"pkill xeyes
\n
"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment