mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-08-04 15:19:47 +00:00
Fix bug in automatic TG config/IP updater
This commit is contained in:
parent
2b1086442f
commit
1cfdf90513
1 changed files with 5 additions and 2 deletions
|
|
@ -78,8 +78,11 @@ init([]) ->
|
|||
protected,
|
||||
named_table,
|
||||
{read_concurrency, true}]),
|
||||
{ok, update(#state{tab = Tab,
|
||||
timer = Timer}, force)}.
|
||||
State = #state{tab = Tab,
|
||||
timer = Timer},
|
||||
update(State, force),
|
||||
{ok, State}.
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
handle_call(_Request, _From, State) ->
|
||||
Reply = ok,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue