From c4f1940bb661e9dcd5a6f3c84fc853847940b047 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:19:34 +0200 Subject: [PATCH] Update octosuite.py --- octosuite/csv_loggers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/csv_loggers.py b/octosuite/csv_loggers.py index 93db373..b46901f 100644 --- a/octosuite/csv_loggers.py +++ b/octosuite/csv_loggers.py @@ -7,7 +7,7 @@ from octosuite.message_prefixes import PROMPT, WARNING, POSITIVE, NEGATIVE, INFO # csv_loggers.py -# This class holds the functions for creating .csv files of each functionality in main +# This file holds the functions for creating .csv files of each functionality in main def log_org_profile(response): org_profile_fields = ['Profile photo', 'Name', 'Username', 'ID', 'Node ID', 'Email', 'About', 'Location', 'Blog', 'Followers', 'Following', 'Twitter handle', 'Gists', 'Repositories', 'Account type',