'updated_db_connections'

parent 8b40a891
...@@ -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>
......
...@@ -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"
) )
......
Markdown is supported
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