Line length

main
Bob Mottram 2020-05-07 16:55:25 +01:00
parent ad46b17538
commit b0bfb96a49
1 changed files with 3 additions and 1 deletions

View File

@ -5819,7 +5819,9 @@ def htmlProfileAfterSearch(recentPostsCache: {}, maxRecentPosts: int,
if searchPortStr.isdigit():
searchPort = int(searchPortStr)
searchDomain = searchDomain.split(':')[0]
print('DEBUG: Search for handle ' + str(searchNickname) + '@' + str(searchDomain) + ':' + str(searchPort))
print('DEBUG: Search for handle ' +
str(searchNickname) + '@' + str(searchDomain) + ':' +
str(searchPort))
if not searchNickname:
print('DEBUG: No nickname found in ' + profileHandle)
return None