Skip to content

Commit

Permalink
Update payout rate (#188)
Browse files Browse the repository at this point in the history
* Update __main__.py

Update payout_rate to 3 cents per character.

* change rate

---------

Co-authored-by: Evgeny Dmitriev <[email protected]>
  • Loading branch information
jhirschkorn and evgenydmitriev authored Aug 2, 2023
1 parent 8610006 commit 2d927d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/payout_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
github = Github(args.github_token)

# TODO: Read config from file
config = {"rate": 5, "payeer": "albina-at-inca"} # cents per character
config = {"rate": 3, "payeer": "albina-at-inca"} # cents per character
data = {}


Expand Down

0 comments on commit 2d927d8

Please sign in to comment.