Format everything to pep8 guidelines
This commit is contained in:
parent
cd4b65de3d
commit
99fe34a0b1
33 changed files with 142 additions and 107 deletions
|
@ -19,7 +19,7 @@ def osrc(inp):
|
|||
|
||||
response["nick"] = user_nick
|
||||
soup = BeautifulSoup(response["summary"])
|
||||
response["work_time"] = soup.find("a", {"href" : "#day"}).contents[0]
|
||||
response["work_time"] = soup.find("a", {"href": "#day"}).contents[0]
|
||||
|
||||
response["short_url"] = web.try_isgd(user_url.format(user_nick))
|
||||
|
||||
|
|
Reference in a new issue