diff --git a/files/routes/login.py b/files/routes/login.py index 22bd8712e..c015b004b 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -372,7 +372,7 @@ def sign_up_post(v): session["lo_user"] = new_user.id - if CARP_ID: + if SITE == 'watchpeopledie.co': carp = get_account(CARP_ID) new_follow = Follow(user_id=new_user.id, target_id=carp.id) g.db.add(new_follow)