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

Commit 28e602e

Browse files
committed
*tags instead of *, tags
1 parent 87e6e90 commit 28e602e

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
@@ -37,7 +37,7 @@ async def get_profile(self, *, tags):
3737
else:
3838
return Profile(self, data)
3939

40-
async def get_clan(self, *, tags):
40+
async def get_clan(self, *tags):
4141
'''Get a clan object using tag(s)'''
4242

4343
tags = ','.join(tags)

0 commit comments

Comments
 (0)