Introduction
Introduction Statistics Contact Development Disclaimer Help
Use proper randint. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 932453d1e11e635b84f5fcf0d4279ada0f2d14bf
parent 85900f48857793f3c924c587812e7e79971b3a03
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 29 Aug 2023 20:40:30 +0200
Use proper randint.
Diffstat:
M modules/idlerpg/idlerpg-channel-se… | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idler…
@@ -234,7 +234,7 @@ def main(args):
(attacker, defender) = random.choices(list(hackers.keys()), k=…
attack(hackers, attacker, defender)
elif random.randint(1, 65535) < 2000 and len(hackers) > 1:
- questhackers = random.choices(list(hackers.keys()), k=random.i…
+ questhackers = random.choices(list(hackers.keys()), k=random.r…
go_on_quest(hackers, questhackers)
writeout_dictfile("%s/hackers.txt" % (basepath), hackers)
@@ -283,7 +283,7 @@ def main(args):
argsinhackers.append(cmdarg)
go_on_quest(hackers, argsinhackers)
else:
- questhackers = random.choices(list(hackers.keys())…
+ questhackers = random.choices(list(hackers.keys())…
go_on_quest(hackers, questhackers)
elif user == "-!-":
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.