diff options
| author | Andrew <saintruler@gmail.com> | 2019-07-15 16:16:22 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-07-15 16:16:22 +0400 |
| commit | 473318701040f238fcbef81a404b069b68d64237 (patch) | |
| tree | e9a403c0504c8aa0c925873c6b4ae73cbc8174b9 /day9/task5/main.py | |
| parent | 3d7678361496668f584d62329600997dff9c2862 (diff) | |
Немного исправлений.
Diffstat (limited to 'day9/task5/main.py')
| -rw-r--r-- | day9/task5/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/day9/task5/main.py b/day9/task5/main.py index 1ca94bb..072eed5 100644 --- a/day9/task5/main.py +++ b/day9/task5/main.py @@ -79,6 +79,7 @@ def upload_file(query, *args): @route('/api/update', ['POST']) def update_post(query, *args): + print(query) service_id = query['service_id'] permitted_fields = db_column_names() permitted_fields.remove('service_id') |