HinaCortus commited on
Commit
de3162d
1 Parent(s): b8e2295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,7 +60,8 @@ def whichsocial(request):
60
  for part in partsplit.split('.'):
61
  for socialnetwork in listsocialnetwork:
62
  print(socialnetwork, part)
63
- if socialnetwork == request:
 
64
  socialnetwork = socialnetwork
65
  else:
66
  website = "it's not a website link !"
 
60
  for part in partsplit.split('.'):
61
  for socialnetwork in listsocialnetwork:
62
  print(socialnetwork, part)
63
+ if socialnetwork == part:
64
+ print('found part')
65
  socialnetwork = socialnetwork
66
  else:
67
  website = "it's not a website link !"