Skip to content

Commit 7c7501a

Browse files
committed
Minor bug fixes.
1 parent 722570e commit 7c7501a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Terms and Conditions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Python Chatroom v4.1.0
3-
v4.0, August 2019
2+
Python Chatroom
3+
v4.1.2, August 2019
44
Made by Bill.
55

66
# Terms and Conditions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Python ChatRoom Client
3-
# v4.1.0, August 2019
3+
# v4.1.2, August 2019
44
# Made by Bill.
55
# Updates:
66
# Now you can log in from other people's computers.
@@ -36,7 +36,7 @@ def write(self, message):
3636
'''
3737
pass
3838

39-
# sys.stderr = DevNull()
39+
sys.stderr = DevNull()
4040

4141
# Let's make a class for handling sockets!
4242
class Client(tk.Tk):

_ClientUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Python ChatRoom Client
33
# ClientUI.py
4-
# v4.1.0, August 2019
4+
# v4.1.2, August 2019
55

66
# Agh, imports.
77
import ctypes

data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "v4.1.0", "agreedToTaC": false, "money": 0}
1+
{"version": "v4.1.2", "agreedToTaC": false, "money": 0}

0 commit comments

Comments
 (0)