Sh1nobu commited on
Commit
23548d2
·
verified ·
1 Parent(s): abef982

Update app.py

Browse files

Tried to fix redirect error

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -126,8 +126,7 @@ def create_linkedin_button(username: str, cert_url: str | None) -> str:
126
  "startTask": "CERTIFICATION_NAME",
127
  "name": COURSE_TITLE,
128
  "organizationName": "Hugging Face",
129
- "organizationId": CERTIFYING_ORG_LINKEDIN_ID,
130
- "organizationIdissueYear": str(current_year),
131
  "issueMonth": str(current_month),
132
  "certUrl": certificate_url,
133
  "certId": username, # Using username as cert ID
 
126
  "startTask": "CERTIFICATION_NAME",
127
  "name": COURSE_TITLE,
128
  "organizationName": "Hugging Face",
129
+ "issueYear": str(current_year),
 
130
  "issueMonth": str(current_month),
131
  "certUrl": certificate_url,
132
  "certId": username, # Using username as cert ID