We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f5324 commit f213d28Copy full SHA for f213d28
pyghthouse/ph.py
@@ -136,7 +136,8 @@ class Pyghthouse:
136
>>> x = clip(x, 0, 27)
137
>>> y = clip(y, 0, 13)
138
139
- There are more code examples in the git repository (https://github.com/Musicted/pyghthouse).
+ There are more code examples in the git repository
140
+ (https://github.com/ProjectLighthouseCAU/pyghthouse/tree/master/examples).
141
"""
142
143
class PHMessageHandler:
@@ -160,7 +161,7 @@ def handle(self, msg):
160
161
162
@staticmethod
163
def print_warning(msg):
- print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNIGS'])}")
164
+ print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNINGS'])}")
165
166
class PHThread(Thread):
167
0 commit comments