From eb258155a43b3ddcb38da088451135bae4e73b23 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 8 Jan 2023 09:21:58 -0600 Subject: links: fixed bug --- app/links/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/links') diff --git a/app/links/models.py b/app/links/models.py index c1bd74e..0c7adfa 100644 --- a/app/links/models.py +++ b/app/links/models.py @@ -29,7 +29,7 @@ def email_link(link): 'sng@luxagraf.net', ['sng@luxagraf.net'] ) - if link.tags.first().name = "wired" + if link.tags.first().name == "wired": link.delete() -- cgit v1.2.3-70-g09d2