Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Fixed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
mikojimnz committed Jun 11, 2020
1 parent 3fac2b0 commit 6df4ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mafia.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def cycle(item, reddit, sub, con, cfg, curCycle):
reddit.redditor(row[0]).message("You have been kicked!", cfg['reply']['cycle'][2])
sleep(0.1)

con.execute(cfg['preStm']['cycle']['removeInactive'])
con.execute(cfg['preStm']['cycle']['removeInactive'], (cfg['kickAfter'],))
con.execute(cfg['preStm']['cycle']['getVotes'])
result = con.fetchall()

Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"alive": "4d49d8fe-a271-11ea-8428-0e7ec366ebb3",
"dead": "56b93830-a271-11ea-ae64-0ec385b6d385"
},
"kickAfter": 7,
"kickAfter": 8,
"location": [
[
"London",
Expand Down

0 comments on commit 6df4ce0

Please sign in to comment.