Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
20_21-J09
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20_21-J09
20_21-J09
Commits
70220e56
Commit
70220e56
authored
Jul 09, 2021
by
IT17176798_Bhagya Dilhara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'updated_db_connections'
parent
8b40a891
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
.idea/workspace.xml
.idea/workspace.xml
+5
-2
app.py
app.py
+1
-1
No files found.
.idea/workspace.xml
View file @
70220e56
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"1a1b2fc9-e664-4b80-be31-181ccebefc6b"
name=
"Default Changelist"
comment=
""
>
<list
default=
"true"
id=
"1a1b2fc9-e664-4b80-be31-181ccebefc6b"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/UI/src/view/pages/Student.vue"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/UI/src/view/pages/Student.vue"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/app.py"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/app.py"
afterDir=
"false"
/>
</list>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
@@ -60,7 +61,9 @@
...
@@ -60,7 +61,9 @@
<workItem
from=
"1625689100430"
duration=
"17000"
/>
<workItem
from=
"1625689100430"
duration=
"17000"
/>
<workItem
from=
"1625777539136"
duration=
"790000"
/>
<workItem
from=
"1625777539136"
duration=
"790000"
/>
<workItem
from=
"1625827836141"
duration=
"891000"
/>
<workItem
from=
"1625827836141"
duration=
"891000"
/>
<workItem
from=
"1625830603744"
duration=
"2768000"
/>
<workItem
from=
"1625830603744"
duration=
"3518000"
/>
<workItem
from=
"1625842021461"
duration=
"100000"
/>
<workItem
from=
"1625843876090"
duration=
"37000"
/>
</task>
</task>
<servers
/>
<servers
/>
</component>
</component>
...
...
app.py
View file @
70220e56
...
@@ -14,7 +14,7 @@ def get(s_id):
...
@@ -14,7 +14,7 @@ def get(s_id):
mydb
=
mysql
.
connector
.
connect
(
mydb
=
mysql
.
connector
.
connect
(
host
=
"localhost"
,
host
=
"localhost"
,
user
=
"root"
,
user
=
"root"
,
password
=
"
root
"
,
password
=
""
,
database
=
"inteljr"
database
=
"inteljr"
)
)
...
...
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