mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 16:14:52 +00:00
Set default DC for new sessions to be DC2
Test servers don't have DC4
This commit is contained in:
parent
c1321a4c01
commit
b42c6581b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1313,7 +1313,7 @@ class Client(Methods, BaseClient):
|
|||
])
|
||||
|
||||
if session_empty:
|
||||
self.storage.dc_id = 4
|
||||
self.storage.dc_id = 2
|
||||
self.storage.date = 0
|
||||
|
||||
self.storage.test_mode = self.test_mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue