You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
155 B
11 lines
155 B
import re, os
|
|
from log_conf import logger
|
|
|
|
users = set()
|
|
# users.add('x')
|
|
|
|
if users:
|
|
print('1')
|
|
else:
|
|
print('0')
|
|
本次没有服务可以发布
|