Skip to content
Snippets Groups Projects
Commit 1978d77a authored by Muhamad Salman Hakim Alfarisi's avatar Muhamad Salman Hakim Alfarisi
Browse files

feat : menambahkan program latihan

parent 33f6c60c
No related merge requests found
...@@ -192,7 +192,8 @@ class controller: ...@@ -192,7 +192,8 @@ class controller:
(1, 'Full Body Workout'), (1, 'Full Body Workout'),
(2, 'Upper Body Workout'), (2, 'Upper Body Workout'),
(3, 'Lower Body Workout'), (3, 'Lower Body Workout'),
(4, 'Core Workout') (4, 'Core Workout'),
(5, 'Cardio Workout')
""") """)
cur.execute(""" cur.execute("""
...@@ -209,7 +210,16 @@ class controller: ...@@ -209,7 +210,16 @@ class controller:
(2, 201), (2, 201),
(3, 202), (3, 202),
(3, 205), (3, 205),
(3, 106) (3, 106),
(3, 105),
(4, 203),
(4, 204),
(4, 207),
(4, 208),
(5, 101),
(5, 103),
(5, 208),
(5, 203)
""") """)
cur.execute(""" cur.execute("""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment