Spaces:
Runtime error
Runtime error
Commit
·
cb2a52a
1
Parent(s):
ba31d80
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def whichsocial(request):
|
|
60 |
print(socialnetwork)
|
61 |
if socialnetwork in request:
|
62 |
socialnetwork = socialnetwork
|
63 |
-
|
64 |
socialnetwork = "not found"
|
65 |
else:
|
66 |
website = "it's not a website link !"
|
|
|
60 |
print(socialnetwork)
|
61 |
if socialnetwork in request:
|
62 |
socialnetwork = socialnetwork
|
63 |
+
else:
|
64 |
socialnetwork = "not found"
|
65 |
else:
|
66 |
website = "it's not a website link !"
|