Skip to content

Commit

Permalink
twisted debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikro authored and cas-- committed Nov 4, 2016
1 parent 39e8e2c commit 2fdae2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deluge/tests/test_json_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import json as json_lib

from mock import MagicMock
from twisted.internet import defer
from twisted.internet import base, defer
from twisted.web import server
from twisted.web.http import Request

Expand All @@ -30,6 +30,8 @@

common.disable_new_release_check()

base.DelayedCall.debug = True


class JSONBase(BaseTestCase, DaemonBase):

Expand Down

0 comments on commit 2fdae2d

Please sign in to comment.