Remove swear words from source code
This commit is contained in:
parent
9de8b6634c
commit
577bbf14b6
10 changed files with 22 additions and 26 deletions
|
@ -234,7 +234,7 @@ class AirtimeApiClient(object):
|
|||
|
||||
def get_schedule(self):
|
||||
# TODO : properly refactor this routine
|
||||
# For now the return type is a little fucked for compatibility reasons
|
||||
# For now the return type is a little messed up for compatibility reasons
|
||||
try: return (True, self.services.export_url())
|
||||
except: return (False, None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue