fix: Forgotten file...

pull/12/head
Raphaël Vinot 2018-07-31 11:57:49 +02:00
parent af3ee0f4ce
commit 9cab8d1196
1 changed files with 2 additions and 3 deletions

View File

@ -137,7 +137,6 @@ class StatsRIPE():
parameters = {'resource': country}
if details:
parameters['lod'] = details
# FIXME: query_time makes the backend fail.
# if query_time:
# parameters['query_time'] = self.__time_to_text(query_time)
if query_time:
parameters['query_time'] = self.__time_to_text(query_time)
return self._get('country-asns', parameters)