Jonell01 commited on
Commit
7e606ea
·
verified ·
1 Parent(s): 94e00eb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ import json
6
  import time
7
  import threading
8
 
9
- PORT = 7830
10
  DOWNLOAD_DIR = "downloads"
11
  os.makedirs(DOWNLOAD_DIR, exist_ok=True)
12
 
 
6
  import time
7
  import threading
8
 
9
+ PORT = 7860
10
  DOWNLOAD_DIR = "downloads"
11
  os.makedirs(DOWNLOAD_DIR, exist_ok=True)
12