Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
c25d73d2
Commit
c25d73d2
authored
Apr 07, 2021
by
Wolfgang Rohdewald
Browse files
--table: fix debug message
parent
455a2481
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/humanclient.py
View file @
c25d73d2
...
...
@@ -440,8 +440,7 @@ class HumanClient(Client):
self
.
__showTables
).
addErrback
(
self
.
tableError
)
if
Debug
.
table
:
logDebug
(
'%s: --table lets us open an new table %d'
%
(
self
.
name
,
SingleshotOptions
.
table
))
'%s: --table lets us open a new table'
%
self
.
name
)
SingleshotOptions
.
table
=
False
elif
SingleshotOptions
.
join
:
Internal
.
autoPlay
=
False
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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