Skip to content

Commit

Permalink
removed extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
golnazads committed Sep 2, 2021
1 parent dd48de6 commit f2aad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adsmsg/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, *args, **kwargs):
if links:
link_record = instance.links
for key in links.keys():
if isinstance(links[key], str) or isinstance(links[key], bool):
if isinstance(links[key], bool):
setattr(link_record, key, links[key])
elif isinstance(links[key], list):
if key == 'ARXIV':
Expand Down

0 comments on commit f2aad97

Please sign in to comment.