We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fc32a commit 2e784beCopy full SHA for 2e784be
FIFA 17 Auto Buyer.py
@@ -16,7 +16,7 @@ def __init__(self, *args, **kwargs):
16
17
#initialize menu
18
self.config(menu=MenuBar(self))
19
- self.title('FIFA 16 Auto Buyer')
+ self.title('FIFA 17 Auto Buyer')
20
self.geometry('950x650-5+40')
21
self.minsize(width=650, height=450)
22
0 commit comments