We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f682f5 commit fece929Copy full SHA for fece929
1 file changed
surftimer/ck_playeroptions2.py
@@ -164,9 +164,8 @@ async def updatePlayerOptions(
164
data.steamid32,
165
)
166
167
- print('xquery',xquery)
168
- content_data = {"updated": xquery, "xtime": time.perf_counter() - tic}
169
+ content_data = {"updated": xquery, "xtime": time.perf_counter() - tic}
170
if xquery < 1:
171
response.body = json.dumps(content_data).encode('utf-8')
172
response.status_code = status.HTTP_304_NOT_MODIFIED
0 commit comments