Skip to content

Commit fc5e3f1

Browse files
committed
Oops, symbol naming
1 parent a99f0ee commit fc5e3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpythonic/net/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def halt(doit=True):
231231
_bg_results = {}
232232
_bg_running = sym("_bg_running")
233233
_bg_success = sym("_bg_success")
234-
_bg_fail = sym("bg_fail")
234+
_bg_fail = sym("_bg_fail")
235235
def bg(thunk):
236236
"""Spawn a thread to run `thunk` in the background. Return the thread object.
237237

0 commit comments

Comments
 (0)