Skip to content

Commit ab69224

Browse files
authored
Merge pull request #7 from predict-idlab/fix_obelisk_precision
Fix: Obelisk TimestampPrecision as string
2 parents 20fd3bd + 5c838a4 commit ab69224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/obelisk/asynchronous/producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def send(self, dataset: str, data: List[dict],
4141

4242
params = {
4343
'datasetId': dataset,
44-
'timestampPrecision': precision,
44+
'timestampPrecision': precision.value,
4545
'mode': mode.value
4646
}
4747

0 commit comments

Comments
 (0)