Skip to content

Commit 9510fc1

Browse files
authored
Updated Python owoifier
Removed Duplicate
1 parent 7f06dd2 commit 9510fc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/owoify.py

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def repl(m):
3232
_String = re.sub(':D', 'UwU', _String, flags=re.I)
3333
_String = re.sub(':o', 'owo', _String, flags=re.I)
3434
_String = re.sub(':O', 'OwO', _String, flags=re.I)
35-
_String = re.sub(':o', 'owo', _String, flags=re.I)
3635
_String = re.sub(r':\\', ':3', _String, flags=re.I)
3736
_String = f"{random.choice(prefix)} {_String} {random.choice(suffix)}"
3837

0 commit comments

Comments
 (0)