Skip to content

Commit

Permalink
replacing placeholder infores with real one (thanks Kathleen)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Dec 19, 2024
1 parent e3f550f commit 7be5068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsers/LitCoin/src/loadLitCoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class LITCOIN:
class LitCoinLoader(SourceDataLoader):

source_id: str = 'LitCoin'
provenance_id: str = 'infores:robokop-kg' # TODO - change this to a LitCoin infores when it exists
parsing_version: str = '4.0'
provenance_id: str = 'infores:litcoin'
parsing_version: str = '4.1'

def __init__(self, test_mode: bool = False, source_data_dir: str = None):
"""
Expand Down

0 comments on commit 7be5068

Please sign in to comment.