Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit a097cf3

Browse files
committed
missed profile out :(
1 parent 50fd805 commit a097cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crasync/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, session=None):
1919
self.session = session or aiohttp.ClientSession()
2020

2121

22-
async def get_profile(self, *, tags):
22+
async def get_profile(self, *tags):
2323
'''Get a profile object using tag(s)'''
2424

2525
tags = ','.join(tags)

0 commit comments

Comments
 (0)