DmitrMakeev commited on
Commit
4cb190b
·
verified ·
1 Parent(s): 13dbf68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +38 -0
app.py CHANGED
@@ -133,6 +133,44 @@ DATABASE_NEW = 'data_gc.db'
133
 
134
 
135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  # Отдаем дату онлайн
137
  @app.route('/get_current_time', methods=['GET'])
138
  def get_current_time():
 
133
 
134
 
135
 
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ mapping_template = {
151
+ "username": "name",
152
+ "phone": "phone",
153
+ "email": "email",
154
+ "city": "b_city",
155
+ "finished": "b_fin",
156
+ "ban": "b_ban",
157
+ "ignore": "b_ign",
158
+ "banners": "b_baners",
159
+ "buttons": "b_butt",
160
+ "messages": "b_mess"
161
+ }
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
  # Отдаем дату онлайн
175
  @app.route('/get_current_time', methods=['GET'])
176
  def get_current_time():