Skip to content

Commit

Permalink
Sync specific folders from terminal-wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
R Charan committed May 11, 2024
1 parent 75f6dcf commit 7625266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import requests
import re
from bs4 import BeautifulSoup
from colorama import Fore, Style
from colorama import Fore, Style, init

init() #init colorama for windows compatibility

def clean_references(text):
# Use regular expressions to remove references, e.g., [1], [2], etc.
Expand Down

0 comments on commit 7625266

Please sign in to comment.