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

Commit

Permalink
Update RaffleGUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyu3 authored Jun 12, 2021
1 parent 1a07dd0 commit a9f8a4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RaffleGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,10 @@ def clicked0():
lba=len(LBALL)
BarProgress(85)
#恶作剧代码,应UID:291224482的要求 https://b23.tv/CUkmf3
for i in BLACKLIST:
LBALL.remove(i)
try:
for i in BLACKLIST:
LBALL.remove(i)
except:pass
#======================================================#
while True:
while True:
Expand Down

0 comments on commit a9f8a4d

Please sign in to comment.