asahi417 commited on
Commit
5aefb1f
1 Parent(s): 9e113ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ def format_tweet(tweet):
66
  tweet = re.sub(r"\b(\s*)(@[\S]+)\b", r'\1{\2@}', tweet)
67
  return tweet
68
 
69
- target = tweet = """Get the all-analog Classic Vinyl Edition of "Takin' Off" Album from @herbiehancock via @bluenoterecords link below: http://bluenote.lnk.to/AlbumOfTheWeek"""
70
  target_format = format_tweet(target)
71
  print(target_format)
72
  'Get the all-analog Classic Vinyl Edition of "Takin\' Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below: {{URL}}'
 
66
  tweet = re.sub(r"\b(\s*)(@[\S]+)\b", r'\1{\2@}', tweet)
67
  return tweet
68
 
69
+ target = """Get the all-analog Classic Vinyl Edition of "Takin' Off" Album from @herbiehancock via @bluenoterecords link below: http://bluenote.lnk.to/AlbumOfTheWeek"""
70
  target_format = format_tweet(target)
71
  print(target_format)
72
  'Get the all-analog Classic Vinyl Edition of "Takin\' Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below: {{URL}}'