Skip to content

Commit

Permalink
change my domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarreddypatil committed Jan 23, 2025
1 parent 0f5951d commit bf20576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def hw_event(name, course_name, type, time):

hash = f"{name}{course_name}{time.strftime('%Y%m%d')}"
hash = hashlib.sha1(hash.encode("utf-8")).hexdigest()
event.uid = f"{hash}@sagarpatil.me"
event.uid = f"{hash}@sagar.sh"
return event

if assigned is not None:
Expand Down

0 comments on commit bf20576

Please sign in to comment.