mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-10 01:10:11 +01:00
Skip widget latest apps generator when data doesn't exist yet
This commit is contained in:
parent
c17bef6290
commit
388f997d37
@ -486,6 +486,7 @@ def main():
|
|||||||
knownapks.writeifchanged()
|
knownapks.writeifchanged()
|
||||||
|
|
||||||
# Generate latest apps data for widget
|
# Generate latest apps data for widget
|
||||||
|
if os.path.exists(os.path.join('stats', 'latestapps.txt')):
|
||||||
data = ''
|
data = ''
|
||||||
for line in file(os.path.join('stats', 'latestapps.txt')):
|
for line in file(os.path.join('stats', 'latestapps.txt')):
|
||||||
appid = line.rstrip()
|
appid = line.rstrip()
|
||||||
|
Loading…
Reference in New Issue
Block a user