Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 authored Mar 5, 2020
1 parent 5232cc0 commit 4a747f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def campaign_new(request):
for e in links:
llist.append(e.get('href'))

# get unique linnk
# get unique link
links = set(llist)

# Replace Links with new One
Expand Down

0 comments on commit 4a747f5

Please sign in to comment.