Skip to content

Commit

Permalink
fix comment string (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: dfusion-dev <[email protected]>
  • Loading branch information
Patrickdlg and dfusion-dev authored Jan 9, 2025
1 parent a68b05b commit 58d9f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psl_proof/utils/validate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_uniqueness_score(
time_in_hours = int(time_in_seconds // 3600)
if time_in_hours <= 1 : # within 1 hours
return 0.0
return 1.0 // unique
return 1.0 # unique

# If no matching source_chat_id is found, return 1
return 1.0
Expand Down

0 comments on commit 58d9f33

Please sign in to comment.