diff options
-rwxr-xr-x | fingerchange.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fingerchange.py b/fingerchange.py index 83419a1..b34c009 100755 --- a/fingerchange.py +++ b/fingerchange.py @@ -94,7 +94,7 @@ def format_user(user, long_output=True): msg += format_rep_changes(user) msg += '\n' - if long_output and 'about_me' in user: + if long_output and 'about_me' in user and len(user['about_me']) > 0: msg += format_header('About User', '-') + '\n' soup = BeautifulSoup(user['about_me']) |