Update Skills
Browse files- AddSkillDetails.py +1 -1
AddSkillDetails.py
CHANGED
@@ -62,6 +62,6 @@ class AddSkill:
|
|
62 |
return returnMsg
|
63 |
def GetSkillDetails():
|
64 |
conn = DbConnection.GetMySQLDbConnection()
|
65 |
-
query = "select
|
66 |
df = pd.read_sql_query(query, conn)
|
67 |
return df
|
|
|
62 |
return returnMsg
|
63 |
def GetSkillDetails():
|
64 |
conn = DbConnection.GetMySQLDbConnection()
|
65 |
+
query = "select skilldetails from skillmaster"
|
66 |
df = pd.read_sql_query(query, conn)
|
67 |
return df
|