diff options
author | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-01-27 13:57:57 +0000 |
---|---|---|
committer | gasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2015-01-27 13:57:57 +0000 |
commit | bb06cfdd9995a97798066a7b0046e6208ab0e42c (patch) | |
tree | b6a5f497a5694788df314f38318b9f041a396a64 /kpov_judge/tasks/custom_rdate | |
parent | 4b5abb8584c89f8cabd1fd197b892aa8467ae096 (diff) |
Fixed minor details in svn_nfs and custom_rdate
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@238 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/custom_rdate')
-rw-r--r-- | kpov_judge/tasks/custom_rdate/task.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpov_judge/tasks/custom_rdate/task.py b/kpov_judge/tasks/custom_rdate/task.py index 1e3ad15..fd5d070 100644 --- a/kpov_judge/tasks/custom_rdate/task.py +++ b/kpov_judge/tasks/custom_rdate/task.py @@ -77,9 +77,9 @@ networks = { 'net1': {'public': False}, 'test-net': {'public': True} } # Tu sem dolocil parametre params_meta = { - 'Ime':{} - 'Datum':{} - 'Sifra':{} + 'Ime':{}, + 'Datum':{}, + 'Sifra':{}, } def task(IP_NM, DNS_NM, IP_static, DNS_static): |