Skip to content

Commit dfc0acf

Browse files
committed
remove exclamation mark
1 parent 0bb4b91 commit dfc0acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vote/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import random
66
import json
77

8-
option_a = os.getenv('OPTION_A', "Vader!")
8+
option_a = os.getenv('OPTION_A', "Vader")
99
option_b = os.getenv('OPTION_B', "Kylo")
1010
hostname = socket.gethostname()
1111

0 commit comments

Comments
 (0)