Skip to content

Commit

Permalink
fix team bms
Browse files Browse the repository at this point in the history
  • Loading branch information
superbeppe98 committed Feb 2, 2025
1 parent 5d1a832 commit ebc93fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ebay-feedback-sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@

# Determine the language based on the selected option
if args.language == 'english':
message_body = "Hello, this is an automated message. I noticed that you haven't left feedback for your recent purchase. We value your feedback and would appreciate it if you could share your experience with us. If you have any questions or concerns, please feel free to reach out to us. Thank you, BMS!"
message_body = "Hello, this is an automated message. I noticed that you haven't left feedback for your recent purchase. We value your feedback and would appreciate it if you could share your experience with us. If you have any questions or concerns, please feel free to reach out to us. Thank you, BMS Team!"
subject = "Automated Feedback Request from eBay Seller BeppeMokikaShop"
elif args.language == 'italian':
message_body = "Ciao, questo è un messaggio automatico. Ho notato che non hai ancora lasciato un feedback per il tuo acquisto recente. Valutiamo molto il tuo feedback e saremmo grati se volessi condividere la tua esperienza con noi. Se hai domande o dubbi, non esitare a contattarci. Grazie, BMS!"
message_body = "Ciao, questo è un messaggio automatico. Ho notato che non hai ancora lasciato un feedback per il tuo acquisto recente. Valutiamo molto il tuo feedback e saremmo grati se volessi condividere la tua esperienza con noi. Se hai domande o dubbi, non esitare a contattarci. Grazie, Il Team di BMS!"
subject = "Richiesta di Feedback Automatica da parte del Venditore eBay BeppeMokikaShop"

# Load environment variables from .env file
Expand Down

0 comments on commit ebc93fc

Please sign in to comment.