Skip to content

Commit

Permalink
merging PR #153: 🗳 Bring back democracy
Browse files Browse the repository at this point in the history
#153: 🗳 Bring back democracy

Description:
Cast your votes, they'll be pointless anyway. 😆

See #138

Our only chance of going back to some form of democracy is if this PR will get the approval of @PlasmaPower.

:ok_woman: PR passed with a vote of 69 for and 2 against, with a
weighted total of 1.0 and a threshold of 1.0.

Vote record:
@CarlRosell: 1
@Dagefoerde: 1
@DasSkelett: 1
@ECrownofFire: 1
@FalseHonesty: 1
@J0hn-: 1
@L3nn0x: 1
@MCSH: 1
@MINIMAN10000: 1
@MegaApuTurkUltra: 1
@Mursaat: -1
@NDobrev: 1
@OwlyCode: 1
@PlasmaPower: 1
@TehMillhouse: 1
@Vorlent: 1
@ZeDev: 1
@andrewda: 1
@ankitiitb1069: 1
@aslafy-z: 1
@camd67: 1
@canvural: 1
@cheroma21: 1
@chipironcin: 1
@davidak: 1
@dehodson: 1
@deletescape: 1
@dorian-marchal: -1
@duci9y: 1
@dustMason: 1
@eukaryote31: 1
@evanhurd: 1
@fouxarn: 1
@frazr: 1
@gluck: 1
@gruselglatz: 1
@GuoArthur: 1
@healiha: 1
@hongaar: 1
@irrenhaus: 1
@jeiros: 1
@jerodsanto: 1
@jesshillier: 1
@jgierer12: 1
@kennytm: 1
@levthedev: 1
@litel-fr: 1
@lohner: 1
@lukeramsden: 1
@lunedis: 1
@mofosyne: 1
@mohrm: 1
@muffe: 1
@n3f4s: 1
@ontherunvaro: 1
@ozyx: 1
@paris-ci: 1
@pchauncey: 1
@pdxjohnny: 1
@perryprog: 1
@redg3ar: 1
@rhengles: 1
@richardjonathonharris: 1
@rudehn: 1
@shnist: 1
@ssawan623: 1
@tarunbatra: 1
@viktorsec: 1
@vsund: 1
@wjur: 1
@zack6849: 1
  • Loading branch information
chaosbot committed May 24, 2017
2 parents 96ec502 + 97f54bc commit 62a092f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions github_api/voting.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ def get_vote_sum(api, votes):
total """
total = 0
for user, vote in votes.items():
# I'm doing this just to see what will happen
# I'll revert it if it succeeds
weight = 1.0 if user.lower() == "plasmapower" else 0.0
weight = get_vote_weight(api, user)
total += weight * vote

return total
Expand Down

0 comments on commit 62a092f

Please sign in to comment.