Skip to content

Commit

Permalink
Add brackets for condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ziransun committed Jun 25, 2020
1 parent fa4d093 commit 1ec08d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,5 +9,5 @@ def main(request, response):
body = u'''
// %s
importScripts('update-during-installation-worker.js');
'''.strip() % time.perf_counter() if PY3 else time.clock()
'''.strip() % (time.perf_counter() if PY3 else time.clock())
return headers, body

0 comments on commit 1ec08d5

Please sign in to comment.