Skip to content

Commit

Permalink
Merge pull request #14 from mechanical-fish/fix-debug-mode
Browse files Browse the repository at this point in the history
Fix the DEBUG API command.
  • Loading branch information
hnsl authored Apr 16, 2017
2 parents d24ebba + 4d53c6e commit 2bdd2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unox.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def reportRecursiveChanges(local_path, cur_lvl):


def main():
global replicas, pending_reps, triggered_reps
global replicas, pending_reps, triggered_reps, _in_debug
# Version handshake.
sendCmd("VERSION", ["1"])
[cmd, args] = recvCmd();
Expand Down

0 comments on commit 2bdd2b1

Please sign in to comment.