Skip to content

Commit

Permalink
Enable the cloud debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
crizCraig committed Oct 8, 2019
1 parent 91f2a1d commit 566fc45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
from constants import ON_GAE
from utils import dbox

try:
import googleclouddebugger
googleclouddebugger.enable()
except ImportError:
pass


app = Flask(__name__)


Expand Down

0 comments on commit 566fc45

Please sign in to comment.