nsarrazin HF staff commited on
Commit
70e7f38
1 Parent(s): e522243

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -266,4 +266,4 @@ async def read_random():
266
  # use the day as a seed, so a new country gets used every day
267
  random.seed(datetime.date.today().isoformat())
268
 
269
- return f"The country of the day is: **{random.choice(countries)["Name"]}**"
 
266
  # use the day as a seed, so a new country gets used every day
267
  random.seed(datetime.date.today().isoformat())
268
 
269
+ return f"The country of the day is: {random.choice(countries)["Name"]}"