Skip to content

Commit

Permalink
removed useless tests_qa
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidijoe45 committed Jul 28, 2022
1 parent 13f368a commit 6286edb
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 397 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
config.yml
venv
__pycache__
white-nova-chrome*
white-nova-firefox
3 changes: 3 additions & 0 deletions backend/srcs/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def index():
except:
return jsonify({"ok": 0, "message": "Error"})

print(date_range['end'].timestamp())
print(pendulum.now().timestamp())

payload = {
"hours": time['hours'],
"minutes": time['minutes'],
Expand Down
378 changes: 0 additions & 378 deletions extension/OLDindex.js

This file was deleted.

Loading

0 comments on commit 6286edb

Please sign in to comment.