randydev commited on
Commit
058bc13
Β·
verified Β·
1 Parent(s): e1dde85

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -3
main.py CHANGED
@@ -170,12 +170,14 @@ async def get_download_media_file(file_id: str = None):
170
  ALERT_WARN = """
171
  🚨 Security Alert: API Key Activity Detected!
172
 
173
- πŸ‘οΈ Logs Path: {text_log}
 
 
174
 
175
- πŸ”‘ API Key: {api_key}
176
  ⚠️ If you didn't authorize this, **revoke your API key immediately** to prevent unauthorized access.
177
 
178
- πŸ›‘ **Never share your user_id** – it can be used for hacking attempts.
 
179
  πŸ”— Need help? Contact support: @xpushz
180
  """
181
 
 
170
  ALERT_WARN = """
171
  🚨 Security Alert: API Key Activity Detected!
172
 
173
+ πŸ‘οΈ Logs Path: `{text_log}`
174
+
175
+ πŸ”‘ API Key: <spoiler>{api_key}</spoiler>
176
 
 
177
  ⚠️ If you didn't authorize this, **revoke your API key immediately** to prevent unauthorized access.
178
 
179
+ πŸ›‘ **Never share your user_id** – it can be used for hacking attempts.
180
+
181
  πŸ”— Need help? Contact support: @xpushz
182
  """
183