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

Commit

Permalink
Update main.pyw
Browse files Browse the repository at this point in the history
minor code spacing change
  • Loading branch information
Vhou-Atroph committed Oct 9, 2021
1 parent 3b22746 commit f57b17e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from tkinter import *
import random

'''
VERSION 3.1.0
VERSION 3.1.1
CONTRIBUTORS:
-Vhou-Atroph
Expand Down Expand Up @@ -106,6 +106,7 @@ def rolltime():
if wep.get()==1:
wepLabel.configure(text="Weapon:")
wepRoll.configure(text=random.choice(weapons))

elif bud.get()==1 and wep.get()==0:
wepLabel.configure(text="")
wepRoll.configure(text="")
Expand Down

0 comments on commit f57b17e

Please sign in to comment.