Skip to content

Commit

Permalink
Add myself to censored committer names.
Browse files Browse the repository at this point in the history
  • Loading branch information
teward committed Apr 21, 2017
1 parent 56a1dd8 commit 55eaf90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion globalvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ class GlobalVars:
smokeDetector_user_id = {charcoal_room_id: "120914", meta_tavern_room_id: "266345",
socvr_room_id: "3735529"}

censored_committer_names = {"3f4ed0f38df010ce300dba362fa63a62": "Undo1"}
censored_committer_names = {"3f4ed0f38df010ce300dba362fa63a62": "Undo1",
"a4d992cfecdea6208c04ddca96718b33": "teward"}

commit = git_commit_info()
if md5(commit['author'][0].encode('utf-8')).hexdigest() in censored_committer_names:
Expand Down

0 comments on commit 55eaf90

Please sign in to comment.