From 9cebe8045e2cf6fd5a7ef9e693b79bfd26302ed0 Mon Sep 17 00:00:00 2001 From: Trevor Hobenshield <59624054+trevorhobenshield@users.noreply.github.com> Date: Sat, 10 Jun 2023 12:41:58 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11bc034..56cc535 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup( account.update_profile_banner('test.png') account.update_profile_info(name='Foo Bar', description='test 123', location='Victoria, BC') - # topics + # topics account.follow_topic(111) account.unfollow_topic(111)