Skip to content

Commit

Permalink
Under Construction
Browse files Browse the repository at this point in the history
  • Loading branch information
soroushmirzaei authored Mar 29, 2024
1 parent 28f24ad commit e31f49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,8 @@ def create_title(title, port):
reality_dev_sign, vless_dev_sign, vmess_dev_sign, trojan_dev_sign, shadowsocks_dev_sign = create_title(dev_sign, port = 8080)

# Define Advertisement row
adv_bool = False
adv_sign = "\U0001F331 HAPPY NOWRUZ, THE PERSIAN NEW YEAR \U00002728 CELEBRATE SPRING REBIRTH"
adv_bool = True
adv_sign = "\U000026A0\U0000FE0F UNDER CONSTRUCTION \U0001F534 REPORT TECHNICAL ISSUES ON TELEGRAM: @SYDSRSMRZ"
# Define develooper based on protocol type
reality_adv_sign, vless_adv_sign, vmess_adv_sign, trojan_adv_sign, shadowsocks_adv_sign = create_title(adv_sign, port = 2080)

Expand Down

0 comments on commit e31f49a

Please sign in to comment.