Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IoTSmartMeter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kristian.tan
IoTSmartMeter
Commits
4aa63d3c
Commit
4aa63d3c
authored
Nov 12, 2019
by
Kristian Tan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "debug"
This reverts commit
6d065025
.
parent
6d065025
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
app.py
app.py
+0
-1
No files found.
app.py
View file @
4aa63d3c
...
@@ -32,7 +32,6 @@ def main():
...
@@ -32,7 +32,6 @@ def main():
# The function below is executed when someone requests a URL with the pin number and action in it:
# The function below is executed when someone requests a URL with the pin number and action in it:
@
app
.
route
(
"/<change_pin>"
)
@
app
.
route
(
"/<change_pin>"
)
def
action
(
change_pin
):
def
action
(
change_pin
):
print
(
"CHANGE PIN IS HERE: "
+
change_pin
)
change_pin
=
int
(
change_pin
)
change_pin
=
int
(
change_pin
)
device_name
=
pins
[
change_pin
][
'name'
]
device_name
=
pins
[
change_pin
][
'name'
]
# if action == "on":
# if action == "on":
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment