Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
selfitcamera
commited on
Commit
·
70b5dd8
1
Parent(s):
104b30d
init
Browse files
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 "
|
| 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
|