Skip to content

Commit

Permalink
registering user matrix-org#2
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrbnsv committed Jan 10, 2022
1 parent 932db15 commit d6548da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synapse/qn/user_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
import datetime
import os
import subprocess

import requests
Expand Down Expand Up @@ -65,7 +66,8 @@ def __init__(self, email):

if status is False:

RegistrationHandler(hs="https:/matrix.m.mybusines.app")
os.system("python3 /home/matrix/qn_api/register_new_user.py")


with open("/home/matrix/logs/logs_from_user_data_module.log", "a+") as text_file:
text_file.write(
Expand Down

0 comments on commit d6548da

Please sign in to comment.