Skip to content

Commit

Permalink
switch to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii committed May 1, 2024
1 parent cb97a36 commit 30ee031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from flask import make_response

# develop_mode
dev_mode = True
dev_mode = False

# import utils
from utils import generate_clipboard, generate_key
Expand Down
2 changes: 1 addition & 1 deletion assets/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var dev_mode = true;
var dev_mode = false;

// dom content loaded
document.addEventListener("DOMContentLoaded", () => {
Expand Down

0 comments on commit 30ee031

Please sign in to comment.