selfitcamera commited on
Commit
70b5dd8
·
1 Parent(s): 104b30d
Files changed (2) hide show
  1. app.py +1 -1
  2. push.sh +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ PRINT_STATS_INTERVAL = 10 # Print stats every N requests
58
  IP_Query_Results = {} # Track async query results
59
 
60
  # Restricted countries list (these countries have lower usage limits)
61
- RESTRICTED_COUNTRIES = ["印度", "巴基斯坦", "俄罗斯"]
62
  RESTRICTED_COUNTRY_LIMIT = 1 # Max usage for restricted countries
63
 
64
  country_dict = {
 
58
  IP_Query_Results = {} # Track async query results
59
 
60
  # Restricted countries list (these countries have lower usage limits)
61
+ RESTRICTED_COUNTRIES = ["印度", "巴基斯坦", "俄罗斯", "中国"]
62
  RESTRICTED_COUNTRY_LIMIT = 1 # Max usage for restricted countries
63
 
64
  country_dict = {
push.sh CHANGED
@@ -1,7 +1,7 @@
1
 
2
  # 设置仓库级别用户名
3
  git config user.name "selfitcamera"
4
- git config user.email "ethan.blake@heybeauty.ai"
5
 
6
  # 验证
7
  git config user.name
 
1
 
2
  # 设置仓库级别用户名
3
  git config user.name "selfitcamera"
4
+ git config user.email "support@omnicreator.net"
5
 
6
  # 验证
7
  git config user.name